Skip to content

Commit 9823476

Browse files
committed
Add link to shuffle visualization
1 parent 03344c6 commit 9823476

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Often just using the built-in `Array`, `Dictionary`, and `Set` types is sufficie
130130
### Lists
131131

132132
- [Linked List](Linked List/). A sequence of data items connected through links. Covers both singly and doubly linked lists.
133+
- Skip List
133134

134135
### Trees
135136

Shuffle/README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,6 @@ The algoritm is quite clever and I suggest you walk through an example yourself,
125125

126126
These Swift implementations are based on pseudocode from the [Wikipedia article](https://en.wikipedia.org/wiki/Fisher–Yates_shuffle).
127127

128+
Mike Bostock has a [great visualization](http://bost.ocks.org/mike/shuffle/) of the shuffle algorithm.
129+
128130
*Written for Swift Algorithm Club by Matthijs Hollemans*

0 commit comments

Comments
 (0)