Submission Title
Wave Sort an Array
Submission Type
Algorithm
Submission Description
Given an array of integers, sort the array into a wave like array, i.e,
arrange the elements into a sequence such that a1 >= a2 <= a3 >= a4 <= a5 >= a6 and so on.
A pet question of big tech, asked in Google, Adobe, etc. It's a great algo to test how you can solve a seemingly complicated problem creatively with some very fundamental algos.
Submission Directory
Algorithms => Sorting_Algorithms => Wave_Sort => Wave_Sort.ext
Contributors
馃憢 @${author}
Thanks for opening your first issue here! Be sure to follow the issue template!
Regards @ahampriyanshu :v:
Please Assign this to me in python
Please assign this to me in C++
Please assign this to me in C.
@ahampriyanshu i can do the c implementation of wave sort
Hi @RitayanDas2 :wave:,
Please opt a different language/issue.
thanks everyone :v: