This is where I play and learn different kind of algorithms, data structures, concepts, techniques, etc. Anything related to Programming. Most of the problems included are basics for now which I personally find important. I plan to continue contributing more problems here for the future.
Dependencies are listed in the pom.xml file. See dependencies tag.
Copyleft aka open but please leave my copyright comments alone
Requirement: Java 8, Lombok, JUnit 4, slf4j
- Clone and Load as Maven project with pom.xml selected.
- Need to enable annotiations / necessary plugins for Lombok
Enjoy!
It's easy to find a mistake in the repository. They are literally everywhere!
When you spot a mistake needs correction, please do not hesitate to create a Pull Request
as instructed below:
- Create a local clone of the repository / pull to the latest changes.
- Create a new branch to work on (
git checkout -b
)! Branch frommaster
(nodevelop
here :p). - Introduce a new algorithm OR correction to the existing one.
- Please write/adapt unit tests and run them!
- Add or change the documentation as needed.
- Push your branch. Open a pull request targeting the project's master branch!
Note: Always write your commit messages in the present tense. Your commit message should describe what the commit, when applied, does to the code - not what you did to the code.