IT/코딜리티(codility)
[코딜리티(codility)] Stacks and Queues - Nesting
아라니나노
2019. 5. 24. 21:53
반응형
https://app.codility.com/demo/results/trainingT2AFR4-G8F/
Test results - Codility
A string S consisting of N characters is called properly nested if: S is empty; S has the form "(U)" where U is a properly nested string; S has the form "VW" where V and W are properly nested strings. For example, string "(()(())())" is properly nested but
app.codility.com
에러가 나는 부분의 경우의 수를 어떤 걸 해야되는지 모르겠다.
추후에 다시 봐보자
로직은 이상이 없는 것 같다.
반응형