MCPcopy
hub / github.com/trekhleb/javascript-algorithms / validParentheses.js

File validParentheses.js

src/algorithms/stack/valid-parentheses/validParentheses.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import Stack from '../../../data-structures/stack/Stack';
2import HashTable from '../../../data-structures/hash-table/HashTable';
3
4// Declare hashtable containg opening parentheses as key and it's closing parentheses as value.

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected