4N1Z / Sorting-Searching-Algorithms

This repo is meant to contain the algorithms for searching and sorting in every language .
MIT License
23 stars 97 forks source link

Added Cyclic Sort and update README.md #170

Closed Danish-Belal closed 1 year ago

Danish-Belal commented 1 year ago

Added Cyclic Sort and updated README.md

Danish-Belal commented 1 year ago

@4N1Z Kindly review and merge Cyclic sort into main Branch , let me know if any changes is required. Thanks.

Danish-Belal commented 1 year ago

@4N1Z Kindly have a look and let me know any changes is required. If everything is Okay kindly merge into main. Thanks.

Hey Pal, Great code and neatly presented. Changes :

  • rename the cyclic_sort.java to in_java.java
  • Add complexities as comments in the code itself
  • Also resolve the conflict in code (readme file)

Happy Coding !

@4N1Z Renamed file and added complexity , also added some of explanation . Kindly review and merge into main. Thanks.