Skip to content

Commit

Permalink
Merge pull request kodecocodes#683 from KeithMorning/master
Browse files Browse the repository at this point in the history
Fix a spelling mistake
  • Loading branch information
JaapWijnen authored Jan 6, 2018
2 parents 4f9afe7 + a51f98a commit b88a4f6
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 @@ -145,7 +145,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
### Lists

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

Please sign in to comment.