文科123
文科123
全部文章
分类
题解(9)
归档
标签
去牛客网
登录
/
注册
文科123的博客
全部文章
(共2篇)
题解 | #查找某个位置#
#include <iostream> #include <vector> using namespace std; int findmin(const vector<int>&a...
二分查找
2022-08-21
0
353
题解 | #二分查找某数#
#include <iostream> #include <vector> using namespace std; //快速排序代码--这道题因为 给的数据是有序的的所以不用排序 void Mysort(vecto...
二分查找
C++
2022-08-21
0
412