Skip to content

Commit

Permalink
Updated Readme.MD for Swift 3.0 beta 6..
Browse files Browse the repository at this point in the history
- changed content links to support new extension structure.
  • Loading branch information
waynewbishop authored Aug 31, 2016
1 parent 3620b28 commit 218c398
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Features
The project features code-level examples for the following items:

+ [Linked Lists](/Source/Factories/LinkedList.swift)
+ [Binary Search](/Source/Factories/Sorting.swift)
+ [Insertion Sort](/Source/Factories/Sorting.swift)
+ [Bubble Sort](/Source/Factories/Sorting.swift)
+ [Selection Sort](/Source/Factories/Sorting.swift)
+ [Extensions](/Source/Extensions)
+ [Protocols](/Source/Structures/Protocols.swift)
+ [Enumerations](/SwiftTests/enumTest.swift)
+ [Binary Search](/Source/Extensions/Array.swift)
+ [Insertion Sort](/Source/Extensions/Array.swift)
+ [Bubble Sort](/Source/Extensions/Array.swift)
+ [Selection Sort](/Source/Extensions/Array.swift)
+ [Quick Sort](/Source/Extensions/Array.swift)
+ [Protocols](/Source/Extensions/Sortable.swift)
+ [Enumerations](/Factories/enumModel.swift)
+ [Fibonacci Numbers](/Source/Extensions/Int.swift)
+ Generics
+ [Closures](/SwiftTests/ClosureTest.swift)
Expand All @@ -40,7 +40,7 @@ The project features code-level examples for the following items:

The Book
--------------------
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.
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.


Example
Expand Down Expand Up @@ -90,7 +90,7 @@ Example
Getting Started
--------------------

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

0 comments on commit 218c398

Please sign in to comment.