Added method return type and resolved merge conflics

This commit is contained in:
Joelkurien 2024-10-26 03:18:39 +11:00
commit 5a87d4fe9e

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/