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
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 tofile not found
page the correct url, after a google search, turns out to behttps://algs4.cs.princeton.edu/44sp/tinyEWD.txt
so
44st
should be changed to44sp
in the url