Implementing Simpler Package Structure
Closed this issue · 2 comments
aritraroy commented
Can we have a simpler and cleaner package structure like this,
Top-level packages ->
- algorithms
- dataStructures
- utils
Details -
-
All the algorithms can reside in the algorithms package. There can be further packages inside it for different types like dynamicProgramming, etc.
-
All data structures can be kept inside dataStructures package.
-
All common utilities can be shared by these packages.
DhayanandBaskar commented
Sure, I will make the changes and push. Thanks.
aritraroy commented
It is resolved. Closing.