Topic: Hashing Problem / Level: beginner

Problem: Write a program to check if a given string has balanced parentheses using a hash map.

Run the code to see the output here...