@@ -36,7 +36,7 @@ Each major section will be wrapped into a separete `.playground` file, meaning t
3636 - [ Sort] ( https://github.com/jVirus/swift-algorithms-data-structs/tree/master/Sort.playground/Pages )
3737 - [ Insertion] ( https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Sort.playground/Pages/Insertion.xcplaygroundpage/Contents.swift )
3838 - [ Merge] ( https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Sort.playground/Pages/Merge.xcplaygroundpage/Contents.swift )
39- - [ Quick (Hoare's Partitioning Scheme)] ( https://github.com/jVirus/iswift -algorithms-data-structs/blob/master/Sort.playground/Pages/Quick-Hoare-Scheme.xcplaygroundpage/Contents.swift )
39+ - [ Quick (Hoare's Partitioning Scheme)] ( https://github.com/jVirus/swift -algorithms-data-structs/blob/master/Sort.playground/Pages/Quick-Hoare-Scheme.xcplaygroundpage/Contents.swift )
4040 - [ Quick (Lomuto's Partitioning Scheme)] ( https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Sort.playground/Pages/Quick-Lomuto-Scheme.xcplaygroundpage/Contents.swift )
4141 - [ Bubble] ( https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Sort.playground/Pages/Bubble.xcplaygroundpage/Contents.swift )
4242 - [ Heap] ( https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Sources/Heap.swift )
0 commit comments