Skip to content

Commit 9abe959

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 64c9404 + 473fbe9 commit 9abe959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Each major section will be wrapped into a separete `.playground` file, meaning t
3434
- [Binary](https://github.com/jVirus/ios-algorithms-book/blob/master/Search.playground/Pages/Binary.xcplaygroundpage/Contents.swift)
3535
- [Linear](https://github.com/jVirus/ios-algorithms-book/blob/master/Search.playground/Pages/Linear.xcplaygroundpage/Contents.swift)
3636
- Breadth First
37+
- [Heap](https://github.com/jVirus/ios-algorithms-book/blob/master/Data%20Structures.playground/Pages/Heap.xcplaygroundpage/Contents.swift)
38+
- [Tree](https://github.com/jVirus/ios-algorithms-book/blob/master/Data%20Structures.playground/Pages/Tree.xcplaygroundpage/Contents.swift)
3739
- [String Search](https://github.com/jVirus/ios-algorithms-book/tree/master/String%20Search.playground)
3840
- [Brute-Force](https://github.com/jVirus/ios-algorithms-book/blob/master/String%20Search.playground/Contents.swift)
3941
- Boyer-Moore
40-
- [Heap](https://github.com/jVirus/ios-algorithms-book/blob/master/Data%20Structures.playground/Pages/Heap.xcplaygroundpage/Contents.swift)
41-
- [Tree](https://github.com/jVirus/ios-algorithms-book/blob/master/Data%20Structures.playground/Pages/Tree.xcplaygroundpage/Contents.swift)
4242
- Graphs
4343
- Dijkstra's shortest path algorithm
4444
- Minimum Spanning Tree (unweighted tree)

0 commit comments

Comments
 (0)