Axon Interview Question

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

Interview Answer

Anonymous

Jan 8, 2020

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