mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
merge: Add test case to jump search Algorithm (#1041)
* Add test case to jump search Algorithm
* Updated Documentation in README.md
* Remove commented code
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@@ -77,7 +77,6 @@ class LinkedList {
|
||||
this.headNode = this.headNode.next
|
||||
this.length--
|
||||
}
|
||||
console.log(removedNode.data)
|
||||
return removedNode?.data
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user