MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition-JavaScript /

Class

chapter03/3.2 - Stack Min/stackMin.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3// Approach, keep an additional stack that keeps the mins
4
5class StackMin extends Stack {
6 constructor() {
7 super();
8 // additional stack to track the mins

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected