Skip to content

Commit 28df4f3

Browse files
authored
Update README.md
1 parent a541184 commit 28df4f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Skip-List/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# Skip List
12

3+
> Skip lists are a probabilistic data structure that seem likely to supplant balanced trees as the implementation method of choice for many applications. Skip list algorithms have the same asymptotic expected time bounds as balanced trees and are simpler, faster and use less space. -**[William Pugh](https://en.wikipedia.org/wiki/William_Pugh)**

0 commit comments

Comments
 (0)