mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-16 03:59:18 +08:00
fix several bugs
This commit is contained in:
@@ -19,7 +19,7 @@ typedef struct pair Pair;
|
||||
/* 链表节点 */
|
||||
struct node {
|
||||
Pair *pair;
|
||||
struct Node *next;
|
||||
struct node *next;
|
||||
};
|
||||
|
||||
typedef struct node Node;
|
||||
|
||||
Reference in New Issue
Block a user