Skip to content

//sort the array which contains 0,1,2. input a[10]={2,1,0,1,2,1,1,0,0,1}, expected output after sorting a[10] = {0,0,0,1,1,1,1,1,2,2}

Notifications You must be signed in to change notification settings

sainithennredhibomireddy2005/sorting-array-which-contains-0-s-1-s-2-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

//sort the array which contains 0,1,2. input a[10]={2,1,0,1,2,1,1,0,0,1}, expected output after sorting a[10] = {0,0,0,1,1,1,1,1,2,2}

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published