Bloomberg Interview Question

There was an initial phone screen where I was asked a leetcode medium problem - repeatedly delete k consecutive characters from a string until you can't.

Interview Answer

Anonymous

Nov 30, 2022

I solved this using a stack pretty quickly and they asked me a more harder question something like a 1-D candy crush that I couldn't solve. It seemed like leetcode hard.