Skip to content

Commit

Permalink
docs: update valid parentheses solution
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrig committed Jul 27, 2023
1 parent 6657b41 commit 39aea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/src/validParentheses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Description

Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
Given a string **s** containing just the characters **'('**, **')'**, **'{'**, **'}'**, **'['** and **']'**, determine if the input string is valid.

An input string is valid if:

Expand Down

0 comments on commit 39aea3d

Please sign in to comment.