Skip to content

Commit 6c4ad2b

Browse files
committed
adding program code references
1 parent d5e3570 commit 6c4ad2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

graphs/array_to_graph.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
SOFTWARE.
2323
"""
2424

25-
# https://gist.github.com/harigro/28df9ec639f74f217473f85065acf9d8
25+
"""
26+
Reference: https://gist.github.com/harigro/28df9ec639f74f217473f85065acf9d8
27+
"""
2628

2729

2830
def divide_array_to_graph(arr: list[int], base: int) -> dict[int, list[int]]:

0 commit comments

Comments
 (0)