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

Class

chapter07/util/LinkedList.js:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 }
9
10 class LinkedList {
11 constructor() {
12 this.head = null;
13 this.tail = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected