Pergunta de entrevista da empresa Microsoft

Given a string, sort the string by the type of character (abbcba -> aabbbc)

Resposta da entrevista

Sigiloso

30 de out. de 2017

Just use counting sort for linear runtime.