Skip to content

Commit 5dc980e

Browse files
committed
Added Swift Structures to repository list
1 parent bad00fe commit 5dc980e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The goal of this project is to **explain how algorithms work**. The focus is on
1010

1111
All code is compatible with **Xcode 7.3** and **Swift 2.2**. We'll keep this updated with the latest version of Swift.
1212

13-
This is a work in progress. More algorithms will be added soon. :-)
13+
This is a work in progress. More algorithms will be added soon. :-)
1414

1515
:heart_eyes: **Suggestions and contributions are welcome!** :heart_eyes:
1616

@@ -26,7 +26,7 @@ This is a work in progress. More algorithms will be added soon. :-)
2626

2727
[How to contribute](How to Contribute.markdown). Report an issue to leave feedback, or submit a pull request.
2828

29-
[Under construction](Under Construction.markdown). Algorithms that are under construction.
29+
[Under construction](Under Construction.markdown). Algorithms that are under construction.
3030

3131
## Where to start?
3232

@@ -210,6 +210,7 @@ Other algorithm repositories:
210210
- [@lorentey](https://github.com/lorentey/). Production-quality Swift implementations of common algorithms and data structures.
211211
- [Rosetta Code](http://rosettacode.org). Implementations in pretty much any language you can think of.
212212
- [AlgorithmVisualizer](http://jasonpark.me/AlgorithmVisualizer/). Visualize algorithms on your browser.
213+
- [Swift Structures](https://github.com/waynewbishop/SwiftStructures) Data Structures with directions on how to use them [here](http://waynewbishop.com/swift)
213214

214215
## Credits
215216

0 commit comments

Comments
 (0)