Skip to content

Commit b2d00a7

Browse files
authored
Merge pull request kodecocodes#256 from FullMetalFist/readme_repo
Added Swift Structures to repository list
2 parents 7686092 + 5dc980e commit b2d00a7

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

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

216217
## Credits
217218

0 commit comments

Comments
 (0)