tracks/kotlin/exercises/bracket-push/README.md in trackler-2.2.1.13 vs tracks/kotlin/exercises/bracket-push/README.md in trackler-2.2.1.14
- old
+ new
@@ -1,10 +1,10 @@
# Bracket Push
Given a string containing brackets `[]`, braces `{}` and parentheses `()`,
verify that all the pairs are matched and nested correctly.
-
+
## Source
Ginna Baker