Java Algorithms is a set of good solutions to CP questions in Java.
Clone the repository:
git clone https://github.com/Abraarkhan/Java_Algorithms.git
And run the algorithm you want to test out.
- BMI Calculator
- Binary Search
- Clock
- Dijkstra Algorithm
- The Longest Common Subsequence
- Palindrome
- QuickSort
- Armstrong Number
- Diamond shape
- Bubble Sort
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.