Skip to content

Commit 7025098

Browse files
committed
Add URL for GeeksForGeeks explanation
1 parent ecdffc0 commit 7025098

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

data_structures/linked_list/sum_linked_lists.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
numbers and returns the sum as a linked list. The digits are
55
stored in reverse order, meaning the 1's digit is at the
66
head of the list.
7+
8+
Explanation from GeeksForGeeks: https://www.geeksforgeeks.org/dsa/add-number-and-its-reverse-represented-by-linked-list/
79
"""
810

911
from __future__ import annotations

0 commit comments

Comments
 (0)