TheAlgorithms / Algorithms-Explanation

Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
MIT License
2.97k stars 738 forks source link

Feat: add cycle sort #212

Closed BSzmolke closed 1 year ago

BSzmolke commented 1 year ago

Description

Add short description of cycle sort algorithm

Checklist

BSzmolke commented 1 year ago

Looks fine, minor formatting issues can be fixed later on. Aren't the implementation links redundant with the The Algorithms page?

@appgurueu I thought it's expected as per line:

https://github.com/TheAlgorithms/Algorithms-Explanation/blob/d01394019bacefb5bb6da4e37098813c5fbb597e/CONTRIBUTING.md?plain=1#L37

But I'm happy to remove if you think it would be better without it

appgurueu commented 1 year ago

Looks fine, minor formatting issues can be fixed later on. Aren't the implementation links redundant with the The Algorithms page?

@appgurueu I thought it's expected as per line:

https://github.com/TheAlgorithms/Algorithms-Explanation/blob/d01394019bacefb5bb6da4e37098813c5fbb597e/CONTRIBUTING.md?plain=1#L37

But I'm happy to remove if you think it would be better without it

I think you should remove the direct links to implementations, not the link to The Algorithms.

BSzmolke commented 1 year ago

Redundant links removed