Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
sortStack
Function · 0.85
push
Method · 0.45
isEmpty
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected