小于 1 分钟
Home > @hz-9/algorithm > LinkedListStack
LinkedListStack class
A stack implementation based on SinglyLinkedList.
一个基于数组实现的栈。
Signature:
export declare class LinkedListStack<T> implements Stack<T>Implements: Stack<T>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| boolean | ||
| number |
Methods
Method | Modifiers | Description |
|---|---|---|