mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-10 12:06:29 +08:00
Cocktail Selection Sort is a Sorting algorithm which chooses the minimum and maximum element in an array simultaneously, and swaps it with the lowest and highest available position iteratively or recursively