vault backup: 2024-11-19 22:00:20
This commit is contained in:
parent
9225582340
commit
a406845641
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user