leetle

Daily challenge for 2025-01-07

7. Valid Parentheses

Write a function solve that determines if a string s of parentheses is valid. Valid parentheses must be closed in the correct order.

Example:
Input: "()[]{}"
Output: True

Run this challenge interactively in Python or JavaScript when the app loads.