Axon interview question

Dynamic programming question, find the maximum length of true bracket.

Interview Answer

Anonymous

8 Jan 2020

I can only give O(n ^ 3) solution, expected is O(n)