vault backup: 2024-11-19 22:00:20

This commit is contained in:
zleyyij 2024-11-19 22:00:20 -07:00
parent 9225582340
commit a406845641

View File

@ -72,7 +72,7 @@ struct node *insert_into_ordered_list(struct node *list, struct node *new_node)
} }
``` ```
In the above code, if the new item needs to be ine
```c ```c
struct node *insert_into_ordered_list(struct node *list, struct node *new_node) { struct node *insert_into_ordered_list(struct node *list, struct node *new_node) {
struct node *cur = list, *prev = NULL; struct node *cur = list, *prev = NULL;