G-SS-Hacker / G-SS-Hacker.github.io

https://G-SS-Hacker.github.io
2 stars 0 forks source link

C语言实现选择、插入、冒泡排序算法 | G-SS-Hacker #92

Open G-SS-Hacker opened 4 years ago

G-SS-Hacker commented 4 years ago

https://g-ss-hacker.github.io/G-SS-Hacker.github.io/C%E8%AF%AD%E8%A8%80%E5%AE%9E%E7%8E%B0%E9%80%89%E6%8B%A9%E3%80%81%E6%8F%92%E5%85%A5%E3%80%81%E5%86%92%E6%B3%A1%E6%8E%92%E5%BA%8F%E7%AE%97%E6%B3%95/

C语言实现选择、插入、冒泡排序算法 图:挂载“匕首”导弹的米格31 Guderian出品 完整代码在最下面 准备工作123456789#include <stdio.h>const int N = 10;void swap(int x, int y);void Sort(int arr[], void(f)(int ));void SelectionSort(int

Hiuching-Jyu commented 3 years ago

Cool!先来捧个场😉(为啥在另一篇就没法评论啊)