Amazon - Check if Bracket is balanced in Parallel
2484

Given a large file (cannot fit into main memory) with only open and close brackets, how can you check if they are balanced in parallel?

Comments (4)