Skip to content

Commit 850c33d

Browse files
time complexity for jump search on a single linked list
1 parent 20dab4f commit 850c33d

File tree

1 file changed

+1
-1
lines changed
  • 0x1E-search_algorithms

1 file changed

+1
-1
lines changed

0x1E-search_algorithms/108-O

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
O(nm)
1+
O(sqrt(n))

0 commit comments

Comments
 (0)