Skip to content
#

integer-programming

Here are 215 public repositories matching this topic...

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself. Example: Input: (2 -> 4 -> 3) + (5 …

  • Updated Dec 31, 2018

Improve this page

Add a description, image, and links to the integer-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the integer-programming topic, visit your repo's landing page and select "manage topics."

Learn more