Sort an Array of 0s, 1s and 2s
Description
Given an array containing only 0s, 1s, and 2s, sort the array in-place without using any built-in sorting library.
Given an array containing only 0s, 1s, and 2s, sort the array in-place without using any built-in sorting library.