feat(challenges): add valid-parentheses

This commit is contained in:
2024-11-18 01:18:59 +01:00
parent 8cda0ed622
commit f28d1b816d
12 changed files with 59 additions and 0 deletions
@@ -0,0 +1 @@
()
@@ -0,0 +1 @@
true
@@ -0,0 +1 @@
()[]{}
@@ -0,0 +1 @@
true
@@ -0,0 +1 @@
(]
@@ -0,0 +1 @@
false
@@ -0,0 +1 @@
([])
@@ -0,0 +1 @@
true
@@ -0,0 +1 @@
(abc[def])
@@ -0,0 +1 @@
true