Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 617 forks source link

Wave Sort #557

Open Ritu7683 opened 3 years ago

Ritu7683 commented 3 years ago

Hii I would like to work on this issue using C++. Kindly assign this to me.

sumitsantape30 commented 3 years ago

I would like to resolve this issue, will be implementing using JAVA, Please assign me this. I'm GSSoC21 participant.

Ritu7683 commented 3 years ago

@rudrakshi99 @plazzy99 @nakul-19 @tarun26091999 @raksha009 @shreyanspoddar Please say something !

mpriti23 commented 3 years ago

N = 5 array[] = {1,2,3,4,5} Output: 2 1 4 3 5 Explanation: Array elements after sorting it in wave form are 2 1 4 3 5. I would like to implement this in C++ . Assign this to me. @rudrakshi99

priyanka001tech commented 3 years ago

I would like to resolve this issue, will be implementing using cpp, Please assign me this. I'm GSSoC21 participant.

tarun26091999 commented 3 years ago

@rudrakshi99 look into it.