Skip to content

Commit

Permalink
1.1.1 如何实现一个高效的单向链表逆序输出?
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbojing committed Jun 12, 2019
1 parent 11f6880 commit 5d5456c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

##### **参考答案**:下面是其中一种写法,也可以有不同的写法,比如递归等。供参考。


```
typedef struct node{
int data;
Expand Down

0 comments on commit 5d5456c

Please sign in to comment.