Microsoft interview question

The coding question was to create a function that took in a string and you were supposed to write a compression algorithm by listing which characters were repeating.

Interview Answer

Anonymous

17 Oct 2018

hashup O(n)