Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
Stack from
'../../../data-structures/stack/Stack'
;
2
import
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
set
Method · 0.45
Tested by
no test coverage detected