Skip to content

Sum Lists #9

@ChillBroYo

Description

@ChillBroYo

Treating each node as a number inserted in reverse order (the number 617 would have a singly linked list 7, 1, 6) add the sum of 2 lists. Next try to add the numbers if it is inserted in the forward order (617 -> 6, 1, 7)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions