Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
var
LinkedList = require(
'./../util/LinkedList'
);
2
var
printList = require(
'./../util/printList'
);
3
4
var
sumList =
function
(head1, head2) {
Callers
nothing calls this directly
Calls
2
sumList
Function · 0.85
printList
Function · 0.85
Tested by
no test coverage detected