Update 基数排序.cpp

master
pmkfqw2gu 4 years ago
parent 33a0540971
commit 0637bca7ec

@ -1,3 +1,15 @@
10.
10.1
10.2
O(n*k)
O(n+k)
10.3
#include<stdio.h> #include<stdio.h>
#include<string.h> #include<string.h>
#define N 14 //数组长度 #define N 14 //数组长度
@ -58,3 +70,6 @@ int main()
printf("\n"); printf("\n");
return 0; return 0;
} }
10.4
0.02213s

Loading…
Cancel
Save