Neetcode Spaced Repetition System

678. Valid Parenthesis String

Medium

Greedy

Optimal Complexity

Time

O(n)

Space

O(n)

Start First Attempt