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
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@ You can find general questions and descriptive information about the book on the
13
13
All of the source code in this repository is released under the Apache License version 2.0. See `LICENSE`.
14
14
15
15
## Other Books and Languages
16
+
17
+
Official Books from the Series by @davecom
16
18
-[Classic Computer Science Problems in Python](https://github.com/davecom/ClassicComputerScienceProblemsInPython)
17
19
-[Classic Computer Science Problems in Swift](https://github.com/davecom/ClassicComputerScienceProblemsInSwift)
18
-
-[A Reimplementation of the Book in C++ (not by the author)](https://github.com/araya-andres/classic_computer_sci)
20
+
21
+
Ports
22
+
-[C++ implementation by @aray-andres](https://github.com/araya-andres/classic_computer_sci)
23
+
-[Go implementation by @arlima](https://github.com/arlima/problemas_classicos_CC)
24
+
-[PHP implementation by @SaschaKersken (German translator of CCSPiP)](https://github.com/SaschaKersken/ClassicComputerScienceProblemsInPhp)
25
+
-[JavaScript implementation by @SaschaKersken (German translator of CCSPiP)](https://github.com/SaschaKersken/ClassicComputerScienceProblemsInJavaScript)
0 commit comments