- 博客(1)
- 收藏
- 关注
原创 单链表的创建--头插法和尾插法
大佬们看看我这个单链表的创建哪里有问题呀,为啥头插法的第一个数和尾插法的最后一个数显示乱码呀!谢谢啦(#.#) #include<stdio.h> #include<iostream> #include<cstring> #include<cstdlib> using namespace std; typedef int ElemType; typedef struct LNode{ ElemType data; //存放元素值 struct L
2020-06-09 21:37:49 935
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人