Adding new algorithms is always appreciated by us. Just consider a few things before making a PR:
- Please make the contributions real (no simple whitespace addition/removal or typos) i.e. contribute significantly
- Add any important and usable algorithm of your choice (make the method non-static and public in your public class)
- Add unit tests for your code and take a look if your code style matches that of the project
- Make sure the pipeline succeeds for your PR
- Have fun!!!
P.S. if you have any doubts regarding the addition of your algorithm, please create an issue and we can discuss it