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

Problem Description: Given an array of elements consisting of 0, 1, 2. Sort the array. Example: {1, 2, … Continue reading Sort an array of 0s, 1s and 2s in C