Skip to content

Commit 218c398

Browse files
authored
Updated Readme.MD for Swift 3.0 beta 6..
- changed content links to support new extension structure.
1 parent 3620b28 commit 218c398

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Features
1616
The project features code-level examples for the following items:
1717

1818
+ [Linked Lists](/Source/Factories/LinkedList.swift)
19-
+ [Binary Search](/Source/Factories/Sorting.swift)
20-
+ [Insertion Sort](/Source/Factories/Sorting.swift)
21-
+ [Bubble Sort](/Source/Factories/Sorting.swift)
22-
+ [Selection Sort](/Source/Factories/Sorting.swift)
23-
+ [Extensions](/Source/Extensions)
24-
+ [Protocols](/Source/Structures/Protocols.swift)
25-
+ [Enumerations](/SwiftTests/enumTest.swift)
19+
+ [Binary Search](/Source/Extensions/Array.swift)
20+
+ [Insertion Sort](/Source/Extensions/Array.swift)
21+
+ [Bubble Sort](/Source/Extensions/Array.swift)
22+
+ [Selection Sort](/Source/Extensions/Array.swift)
23+
+ [Quick Sort](/Source/Extensions/Array.swift)
24+
+ [Protocols](/Source/Extensions/Sortable.swift)
25+
+ [Enumerations](/Factories/enumModel.swift)
2626
+ [Fibonacci Numbers](/Source/Extensions/Int.swift)
2727
+ Generics
2828
+ [Closures](/SwiftTests/ClosureTest.swift)
@@ -40,7 +40,7 @@ The project features code-level examples for the following items:
4040

4141
The Book
4242
--------------------
43-
Available in print, ePub or pdf format, <a href="http://shop.waynewbishop.com" target="_blank">The Swift Algorithms Book</a> features code and color illustrations that will benefit students and professionals. As a collaborative open-source effort, I also welcome <a href="https://twitter.com/waynewbishop" target="_blank">feedback</a> and contribution from others.
43+
Available in print, ePub or pdf format, the <a href="http://shop.waynewbishop.com" target="_blank">The Swift Algorithms Book</a> features code and color illustrations that will benefit students and professionals. As a collaborative open-source effort, I also welcome <a href="https://twitter.com/waynewbishop" target="_blank">feedback</a> and contribution from others.
4444

4545

4646
Example
@@ -90,7 +90,7 @@ Example
9090
Getting Started
9191
--------------------
9292

93-
Swift Structures has been optimized for **Xcode 8.0** (e.g., Swift 3.0) or later. The directories are organized as follows:
93+
Swift Structures has been optimized for **Swift 3.0** (e.g., Xcode 8.0) or later. The directories are organized as follows:
9494
+ Source - Code for all Swift data structures, algorithms and source extensions
9595
+ Example - An empty iOS single-view application template
9696
+ SwiftTests - Unit tests with XCTest Framework

0 commit comments

Comments
 (0)