Skip to content

Commit 32688f6

Browse files
committed
Changed the folder structure
1 parent 49f3763 commit 32688f6

File tree

9 files changed

+2
-3
lines changed

9 files changed

+2
-3
lines changed

Data Structures/Graphs/Khan_algo.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'''
2-
author :saurabh jain
3-
to find whether a graph has a cycle or not not
4-
if not than print the topological sorting for them
2+
to find whether a graph has a cycle or not
3+
if not then print the topological sorting for them
54
'''
65
from collections import defaultdict
76

File renamed without changes.

0 commit comments

Comments
 (0)