Sahildeep/DSA-Hacktoberfest-2022

Sort an array of 0s, 1s and 2s

Closed this issue · 2 comments

Given an array consisting of only 0s, 1s and 2s. Write a program to in-place sort the array without using inbuilt sort functions. ( Expected: Single pass-O(N) and constant space)

Please assign this to me.

Assigned it to @Sajwanankita