mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-10 06:15:46 +08:00
Fix Repo
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
class LinkedListStack {
|
||||
private:
|
||||
ListNode* stackTop; // 将头结点作为栈顶
|
||||
int stkSize; // 栈的长度
|
||||
int stkSize; // 栈的长度
|
||||
|
||||
public:
|
||||
LinkedListStack() {
|
||||
|
||||
Reference in New Issue
Block a user