This repositories contain all the algorithm . Contribute in this repository with your desired language .
- Tree Algo
- Graphs Algo
- Search Algo
- Fork the Repository.
- Than clone your forked repository (https://github.com/yourusername/Algorithms).
- Work on any algorithms.
- Create a folder if not present for your algorithm.
- Eg:
- Folder name - Search Algo
- Sub Folder name - linear_search
- File name - linear.py,linear.cpp etc
- Eg:
- Follow the code of conduct as mention above.
- Create a Pull Request (from your branch to the main repository master branch) which will be promptly reviewed and suggestions would be added to improve it.