DhayanandBaskar/elegant-algorithms

Implementing Simpler Package Structure

Closed this issue · 2 comments

Can we have a simpler and cleaner package structure like this,

Top-level packages ->

  1. algorithms
  2. dataStructures
  3. utils

Details -

  1. All the algorithms can reside in the algorithms package. There can be further packages inside it for different types like dynamicProgramming, etc.

  2. All data structures can be kept inside dataStructures package.

  3. All common utilities can be shared by these packages.

Sure, I will make the changes and push. Thanks.

It is resolved. Closing.