Sort Colors
Introduction
Given an array with values 0 representing red, 1 representing white, and 2 representing blue.You need to modify the array so that all array contains 0s at the start,1s at mid, and 2s at the end.
Note - You cannot use the in-built sorting...
sandrana.hashnode.dev3 min read