Balanced brackets: Difference between revisions

Content added Content deleted
Line 2,739:
 
// Zero-based index of the first problem (-1 if none found)
 
// imbalance :: String -> Integer
function imbalance(strBrackets) {