Skip to content

Commit

Permalink
Merge pull request #7 from HorizonWind2004/main
Browse files Browse the repository at this point in the history
Update lecture5.md
  • Loading branch information
HorizonWind2004 authored Dec 15, 2023
2 parents 51e6984 + 5c9041e commit 637efc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/programming_lecture/lecture5/lecture5.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ p->x = 3; // 通过指针 p 访问结构体成员 x

!!! question "题目 3"

To delete `p` from a **doubly linked list**, we must do:
To delete `p` from a **doubly linked list**, we must do:

A. `p->prev=p->prev->prev; p->prev->next=p;`

Expand Down

0 comments on commit 637efc2

Please sign in to comment.