MCPcopy
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

pushMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected