Educational repo to learn a few searching and sorting algorithms (in java)
For addtional info : MichaelSambol (Check out this youtube channel)
Contributions are welcome! To contribute to Algorithms, follow these steps:
- Fork the repository.
- Create a branch:
git checkout -b feature/new-feature. - Make your changes and commit them:
git commit -m 'Add new feature'. - Push to the branch:
git push origin feature/new-feature. - Submit a pull request.

