- 博客(2)
- 收藏
- 关注
原创 菜鸟日记2《实现约瑟夫环》
vim Josephus.h //Josephus.h #ifndef Josephus_h #define Josephus_h #include<stdio.h> #include<malloc.h> #define n 11 #define m 3 typedef struct node { int no; st
2020-11-15 17:03:46
175
原创 菜鸟日记1《排序算法》
排序代码运行命令结果代码运行命令结果 代码 运行命令 结果 代码 //sort.h #ifndef sort_h #define sort_h #include<stdio.h> #include<stdlib.h> #include<time.h> void Bubble(int a[],int n); void Insert(int a[], int n); void Select(int a[], int n); void Quick(int a[], int n
2020-11-15 17:03:26
275
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅