You are free to commit your codes in C++, C, JavaScript or Python. You can:
- Reporting a bug
- Discuss the current state of the code
- Submit a fix
- Propose new features
- Upload documentations or notes of a specific subject
- Comment on the issue you want to work on. Make sure it's not assigned to someone else.
- If you think an algorithm is missing, create an issue.
- Add your name to the
CONTRIBUTORS.md
file using the below convention:
#### Name: [YOUR NAME](GitHub link)
- Place: City, State, Country
- Bio: Who are you?
- GitHub: [GitHub account name](GitHub link)
- Contributing your code Create a new or add to existing directory which your alogrithms belongs to
#### For example:
- If your algorithm designed for sorting an array
- Add this to the Sorting directory if it exists otherwise create it.
- Inside the respective directory find your code language folder Cpp, Python or JavaScript.
- If not present then create it and add your code here.