Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/
Class
DSA Javascript/linked_list.js:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
// linkedlist class
9
class
LinkedList {
10
constructor() {
11
this.head = null;
12
this.size = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected