Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wangzheng0822/algo
/ StackBasedOnLinkedList.js
File
StackBasedOnLinkedList.js
javascript/08_stack/StackBasedOnLinkedList.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* 基于链表实现的栈。
3
*
4
* Author: nameczz
Callers
nothing calls this directly
Calls
2
push
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected