You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The goal of this project is to **explain how algorithms work**. The focus is on
10
10
11
11
All code is compatible with **Xcode 7.3** and **Swift 2.2**. We'll keep this updated with the latest version of Swift.
12
12
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. :-)
14
14
15
15
:heart_eyes:**Suggestions and contributions are welcome!**:heart_eyes:
16
16
@@ -26,7 +26,7 @@ This is a work in progress. More algorithms will be added soon. :-)
26
26
27
27
[How to contribute](How to Contribute.markdown). Report an issue to leave feedback, or submit a pull request.
28
28
29
-
[Under construction](Under Construction.markdown). Algorithms that are under construction.
29
+
[Under construction](Under Construction.markdown). Algorithms that are under construction.
30
30
31
31
## Where to start?
32
32
@@ -212,6 +212,7 @@ Other algorithm repositories:
212
212
-[@lorentey](https://github.com/lorentey/). Production-quality Swift implementations of common algorithms and data structures.
213
213
-[Rosetta Code](http://rosettacode.org). Implementations in pretty much any language you can think of.
214
214
-[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)
0 commit comments