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

maven and gradle project builder #76

Closed bitflame closed 4 years ago

bitflame commented 4 years ago

Hi I spent a bit of time and almost learned how to use these. But I did want to ask if there is an update I may have missed. I do not want to build a jar file from any of the source, I just want to compile some of the source and run them as I read your book. Is there a quickstart guide that worked for others perhaps that you could share with me? I ask b/c I tried to run Javac BinarySearch.java and got an error about missing main or something. So I am wondering if I should do something differently. Regards- Sam