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.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,16 @@ The Playground is compatible with Swift 4 (Xcode 9).
34
34
-[Article: Tic-Tac-Toe AI in Swift](http://freecontent.manning.com/classic-computer-science-problems-in-swift-tic-tac-toe/)
35
35
-[Slides: A* Search in Swift: Navigating a Maze](http://freecontent.manning.com/slideshare-a-search-in-swift-navigating-a-maze/)
36
36
37
-
### Miscellaneous
37
+
### Other Books and Languages
38
+
Official Books from the Series by @davecom
39
+
-[Classic Computer Science Problems in Java](https://github.com/davecom/ClassicComputerScienceProblemsInJava)
40
+
-[Classic Computer Science Problems in Python](https://github.com/davecom/ClassicComputerScienceProblemsInPython)
38
41
39
-
-[A Reimplementation of the Book in C++ (not by the author)](https://github.com/araya-andres/classic_computer_sci)
42
+
Ports
43
+
-[C++ implementation by @aray-andres](https://github.com/araya-andres/classic_computer_sci)
44
+
-[Go implementation by @arlima](https://github.com/arlima/problemas_classicos_CC)
45
+
-[PHP implementation by @SaschaKersken (German translator of CCSPiP)](https://github.com/SaschaKersken/ClassicComputerScienceProblemsInPhp)
46
+
-[JavaScript implementation by @SaschaKersken (German translator of CCSPiP)](https://github.com/SaschaKersken/ClassicComputerScienceProblemsInJavaScript)
0 commit comments