Closed ForgotMyCode closed 1 year ago
Thanks for your contribution!
I looked at the changes and everything looks okay, really good implementation! Also including everything into it's own namespace was a good idea :)
🙌🙌
Thanks for your contribution!
I looked at the changes and everything looks okay, really good implementation! Also including everything into it's own namespace was a good idea :)
🙌🙌
That's good to hear, I was a bit concerned since it was my first pull ever. Thanks!
Added Bitonic Sort.
Since classic bitonic sort requires sizes of powers of 2, this implementation adds padding if it is not the case. It may not look so good in the visualisation, so I still recommend using powers of 2 for this algorithm.