MCPcopy 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

1var Stack = require('./../util/Stack');
2
3// Approach, keep an additional stack that keeps the mins
4

Callers

nothing calls this directly

Calls 5

minMethod · 0.80
pushMethod · 0.45
popMethod · 0.45
peekMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected