Skip to content

Commit 75fb4ac

Browse files
authored
Update README.md
1 parent 626eb0f commit 75fb4ac

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ You can find general questions and descriptive information about the book on the
1313
All of the source code in this repository is released under the Apache License version 2.0. See `LICENSE`.
1414

1515
## Other Books and Languages
16+
17+
Official Books from the Series by @davecom
1618
- [Classic Computer Science Problems in Python](https://github.com/davecom/ClassicComputerScienceProblemsInPython)
1719
- [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

Comments
 (0)