- 博客(1)
- 收藏
- 关注
原创 单链表头插法
/* 头插法定义链表 */ #include<iostream> #include<stdio.h> #include<stdlib.h> /* 当使用数据结构体类型时 struct data{//学生类型 double name;//姓名 int num;//学号 int math;//分数 } */ using namespace std; struct Node{ int data; struct Node*...
2021-12-26 23:28:39
868
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人