Separate .java files into packages according
Author: nbroCreated Jan 1, 2017Updated May 11, 2018
Hi!
I was wondering if it wouldn't be better to separate the .java files into packages corresponding to specific topics (like searching, graphs, etc) instead of having all of them into a single folder/package.
Source: kevin-wayne/algs4