Skip to content

Commit 3ac7fb1

Browse files
atishayepoyea
andauthored
Update graphs/check_cycle.py
Co-authored-by: John Law <johnlaw.po@gmail.com>
1 parent 1f0d330 commit 3ac7fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphs/check_cycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55

6-
def chk_cycle(graph: dict) -> bool:
6+
def check_cycle(graph: dict) -> bool:
77
"""
88
Returns True if graph is cyclic else False
99

0 commit comments

Comments
 (0)