Skip to content

stalk-calvin/Java-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calvin's "Playground" Project

CI License Coverage Status

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.

Contributors

Dependencies

Dependencies are listed in the pom.xml file. See dependencies tag.

License

Copyleft aka open but please leave my copyright comments alone

How to install

Requirement: Java 8, Lombok, JUnit 4, slf4j

  1. Clone and Load as Maven project with pom.xml selected.
  2. Need to enable annotiations / necessary plugins for Lombok

Enjoy!

Contribute

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:

  1. Create a local clone of the repository / pull to the latest changes.
  2. Create a new branch to work on (git checkout -b)! Branch from master (no develop here :p).
  3. Introduce a new algorithm OR correction to the existing one.
  4. Please write/adapt unit tests and run them!
  5. Add or change the documentation as needed.
  6. 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.

About

Algorithm Playground for Java related work

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages