MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript /

Class

Data-Structures/Linked-List/AddTwoNumbers.js:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14*/
15
16class AddTwoNumbers {
17 constructor() {
18 this.dummyNode = new Node(0)
19 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected