xennygrimmato / Data-Structures-and-Algorithms

A collection of some implementations of data structures and algorithms.
107 stars 92 forks source link

Create sort an array in wave form #68

Closed AakritiGupta298 closed 4 years ago

AakritiGupta298 commented 4 years ago

Sort an array in wave form

xennygrimmato commented 4 years ago

The technique is not generic enough to be used across a variety of problems. Closing.