Spring Hire Sale
Limited Time Deal: Unlock all premium questions for over 30% off
$10.42$7.08
08
:
04
:
50
:
47
Back to Dashboard
Balanced Parentheses
Easy
Configuration files at LinkedIn are written in JSON, YAML, and HOCON formats. Malformed config files can bring down multiple services, so validators are run before any config change is deployed.
Write a function that determines whether the parentheses ( and ) in a given string are properly matched and balanced. Other characters in the string are ignored.
...