Repository which over time will include loads of C# algorithms.
In order to contribute to this project, follow the following steps:
- Fork the repository
- Create a new project inside the corresponding folder (Or create a new folder!)
- Implement your algorithm.
- Add a test in the Tests folder. Refer to the BubblesortTests.cs file for reference on how to create a test.
- Create a pull request ✨ and reference the main issue
check some of these resources to help you out to implement basic c# algorithms:
If you think something is missing inside this Readme.md, make a pull request and change it :)