[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-10-25 16:12:54 +00:00
parent 346a955946
commit e3db05b375

View File

@ -1,6 +1,7 @@
import heapq import heapq
import sys import sys
# First implementation of johnson algorithm # First implementation of johnson algorithm
# Steps followed to implement this algorithm is given in the below link: # Steps followed to implement this algorithm is given in the below link:
# https://brilliant.org/wiki/johnsons-algorithm/ # https://brilliant.org/wiki/johnsons-algorithm/