kevin-wayne / algs4

Algorithms, 4th edition textbook code and libraries
http://algs4.cs.princeton.edu/code/
GNU General Public License v3.0
7.42k stars 2.68k forks source link

add links for translated code #83

Closed shellfly closed 4 years ago

shellfly commented 4 years ago

Recently, I read the book again and ported the code to Python and Go to help myself understand the algorithms. I thought it might also be helpful for others, so I wonder whether I can put the links to this repo to make a little contribution.

Feel free to close this if it's not suitable. Either way thanks again for the great book.

kevin-wayne commented 4 years ago

Thanks, added the two links (and a link to an ITU Copenhagen port to Python).

shellfly commented 4 years ago

@kevin-wayne sorry, the first link has a typo, it should be https://github.com/shellfly/algs4-py, could you help update it.