--- tags: C++教學筆記(未完成) --- # 搜尋與排序 `#include <algorithm>` 搜尋: `find(start, end, value);` 排序: `sort(start, end[, function]);` 🐒🐒BOGO sort🐒🐒