Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ stackMin.js
File
stackMin.js
chapter03/3.2 - Stack Min/stackMin.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
Stack = require(
'./../util/Stack'
);
2
3
// Approach, keep an additional stack that keeps the mins
4
Callers
nothing calls this directly
Calls
5
min
Method · 0.80
push
Method · 0.45
pop
Method · 0.45
peek
Method · 0.45
isEmpty
Method · 0.45
Tested by
no test coverage detected