Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/JavaScript
/ size
Method
size
Data-Structures/Linked-List/SinglyLinkedList.js:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
36
// Returns length
37
size() {
38
return
this.length
39
}
40
41
// Returns the head
42
head() {
Callers
6
addLast
Method · 0.95
addFirst
Method · 0.95
addAt
Method · 0.95
DoublyLinkedList.test.js
File · 0.45
SinglyLinkedList.test.js
File · 0.45
SinglyCircularLinkedList.test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected