MCPcopy 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

addLastMethod · 0.95
addFirstMethod · 0.95
addAtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected