Gem interview question

String parsing to insert html tags. The question involves some tricks and is length.

Interview Answer

Anonymous

Jun 19, 2020

Queues to track the tags that are open so we can close all the ones in between before closing the one at the current index.