gustavo-depaula / stalin-sort

Add a stalin sort algorithm in any language you like ❣️ if you like give us a ⭐️
MIT License
1.53k stars 177 forks source link

Another C++ example #203

Closed fsandhei closed 11 months ago

fsandhei commented 1 year ago

This version attempts to be in a similar style as the algorithm library functions, with a single-pass algorithm. It should work for C++98 -> C++20.

Just for fun I added some unit tests and fiddled around with concepts.

I'm happy for any feedback!