wojtask / CormenImpl

Implementations of algorithms and data structures from Introduction to Algorithms. (DEPRECATED)
0 stars 0 forks source link

Split code into packages #8

Open wojtask opened 8 years ago

wojtask commented 8 years ago

Try splitting the code into packages, each per chapter, and create classes logically for a given algorithm. This would shorten classes, test classes and help better organize the code (in order to avoid monstrous classes of size >= 1000 lines).