kuldeepsingh33 / DSA-Basic

This repo is excluded from hacktoberfest , not make any kind of pulll request in this repo For contributing visit https://github.com/kuldeepsingh33/DSA-Hack
7 stars 13 forks source link

Added code for Wave Sort in Java #30

Closed technoJac closed 1 year ago

technoJac commented 1 year ago

Added code "WaveSort" in Java/Sorting folder that sorts the array in wave form. An array arr[0..n-1] is sorted in wave form if: arr[0] >= arr[1] <= arr[2] >= arr[3] <= arr[4] >= …..

kuldeepsingh33 commented 1 year ago

Good work. Show some love, mark a star on repo.