アルゴリズムのテキストP.50〜55を参考にして、配列のソートプログラムを作成しなさい。
↓参考プログラム
*******************************************************
#include <stdio.h>
int main(){
int list[5] = {5, 9, 2, 7, 1};
//ここから
//ここまで
}
*******************************************************
アルゴリズムのテキストP.50〜55を参考にして、配列のソートプログラムを作成しなさい。
↓参考プログラム
*******************************************************
#include <stdio.h>
int main(){
int list[5] = {5, 9, 2, 7, 1};
//ここから
//ここまで
}
*******************************************************