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

EdgeWeightedDigraph.java wrong data file url #80

Closed webberpuma closed 4 years ago

webberpuma commented 4 years ago

in the top comment section of EdgeWeightedDigraph.java, the url of data files are wrong.

for example, https://algs4.cs.princeton.edu/44st/tinyEWD.txt will lead to file not found page the correct url, after a google search, turns out to be https://algs4.cs.princeton.edu/44sp/tinyEWD.txt

so 44st should be changed to 44sp in the url

kevin-wayne commented 4 years ago

Thanks, fixed.