Refactor the project
Similar type code directories should be placed inside a parent directory. Example: Many code directories are just algorithms, they can be placed inside a parent directory with name algorithms.
Existing code in repo contains errors. Two classes have mismatch between class name and .java file name
class TopKFrequentElements in TopKFrequent.java
and
class SinglyLinkedList in LinkedListOperations.java.
I'll fix classes that causes errors and commit - I'll use class names as template for file names as I assume they have priority.
Clean up the code and refactor it to remove all the irregularities introduced by new PRs
For this issue, please make sure you do the following stuff:
- Merge directories that have similar code content and remove duplicate codes in the merged directories
- Make each directory a maven module properly
- Simple clean up that you find fit
Hi I am new to the open source can you please tell me how can I start with the contribution
@sam5O5 this particular issue has some guidelines mentioned above that you have to keep in mind. Other than that, you can refer these resource to know more about contributing to open source in general, here and here
Hi, I would like to contribute to this issue.
Hii ! Can you assign me this issue?