Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/
Class
chapter02/util/LinkedListX.js:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
class
LinkedList {
24
constructor() {
25
this.head = null;
26
this.tail = null;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected