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

Oct 17, 2018

hashup O(n)