Skip to content

The sum of two non-empty linked lists representing two non-negative integers are calculated.

Notifications You must be signed in to change notification settings

aezack15/Add-Two-Numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Add-Two-Numbers

The sum of two non-empty linked lists representing two non-negative integers are calculated.

Installation and Execution

Requirements: javac and jar
Compile: javac add.java
Execute: java add

Usage

Enter each number using single digits between 0-9 separated by a "," e.g. 2, 4, 3

Misc

This problem comes from the "LeetCode" challenges: https://leetcode.com/problems/add-two-numbers/

About

The sum of two non-empty linked lists representing two non-negative integers are calculated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages