mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-24 18:55:36 +08:00
build
This commit is contained in:
@ -1152,7 +1152,7 @@ comments: true
|
||||
/* 链表节点 */
|
||||
struct node {
|
||||
Pair *pair;
|
||||
struct Node *next;
|
||||
struct node *next;
|
||||
};
|
||||
|
||||
typedef struct node Node;
|
||||
|
Reference in New Issue
Block a user