MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / sumLists.js

File sumLists.js

chapter02/2.5 - Sum Lists/sumLists.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var LinkedList = require('./../util/LinkedList');
2var printList = require('./../util/printList');
3
4var sumList = function(head1, head2) {

Callers

nothing calls this directly

Calls 2

sumListFunction · 0.85
printListFunction · 0.85

Tested by

no test coverage detected