MCPcopy Index your code
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / sortStack.js

File sortStack.js

chapter03/3.5 - Sort Stack/sortStack.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Notes:
2// hold the smallest item as a variable, put the rest into the other stack.
3// pop back the stack, place the smallest item into the bottom, and repeat.
4// when completed, pop back into original stack.

Callers

nothing calls this directly

Calls 4

sortStackFunction · 0.85
pushMethod · 0.45
isEmptyMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected