Skip to content

Commit

Permalink
Fix Skip-List link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Antondomashnev committed Dec 17, 2016
1 parent bf69f85 commit e7bc36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
### Lists

- [Linked List](Linked List/). A sequence of data items connected through links. Covers both singly and doubly linked lists.
- Skip List
- [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.

### Trees

Expand Down

0 comments on commit e7bc36c

Please sign in to comment.