Microsoft interview question

Given a char array which contains only 4 kinds of characters (a, b, c, d), use a sorting algorithm to sort that array.

Interview Answer

Anonymous

14 Nov 2017

counting sort