We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdffc0 commit 7025098Copy full SHA for 7025098
1 file changed
data_structures/linked_list/sum_linked_lists.py
@@ -4,6 +4,8 @@
4
numbers and returns the sum as a linked list. The digits are
5
stored in reverse order, meaning the 1's digit is at the
6
head of the list.
7
+
8
+Explanation from GeeksForGeeks: https://www.geeksforgeeks.org/dsa/add-number-and-its-reverse-represented-by-linked-list/
9
"""
10
11
from __future__ import annotations
0 commit comments