Monday, November 7, 2016

HackerRank NCR codesprint - super-valid bracket sequences (II - first submission)

Nov. 7, 2016

Problem statement:

https://www.hackerrank.com/contests/ncr-codesprint/challenges/super-valid-bracket-sequences

First submission: pass sample test case, score 0 of 40.

https://gist.github.com/jianminchen/c4cfa2a7a4ffeecaaeff725af17baaad


Julia spent time to understand the problem, and then, she did work on sample test case; and next, she likes to work on timeout, space complexity.

It is a dynamic programming solution.

No comments:

Post a Comment