Update README.md

master
pg3o9mcf2 4 years ago
parent b3447f17d3
commit b0cdd088f7

@ -1,4 +1,4 @@
# 冒泡排序
/ 冒泡排序 /
#include<stdio.h>
void bubble(int a[],int n)
{
@ -29,7 +29,7 @@ int main(void)
printf("%d",b[i]);
}
}
# 快速排序
/ 快速排序 /
#include<stdio.h>
void qusort(int a[],int l,int r)
{

Loading…
Cancel
Save