Skip to content

Commit 3c5a105

Browse files
authored
Merge pull request kodecocodes#318 from Antondomashnev/patch-1
Fix Skip-List link in readme;
2 parents bf69f85 + e7bc36c commit 3c5a105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
142142
### Lists
143143

144144
- [Linked List](Linked List/). A sequence of data items connected through links. Covers both singly and doubly linked lists.
145-
- Skip List
145+
- [Skip-List](Skip-List/). Skip List is a probablistic data-structure with same logarithmic time bound and efficiency as AVL/ or Red-Black tree and provides a clever compromise to efficiently support search and update operations.
146146

147147
### Trees
148148

0 commit comments

Comments
 (0)