算法常用库函数

1.reverse翻转

image-20250328163950794

2.unique去重

image-20250328164015644

3.random_shuffle随机打乱

用法与reverse相同

4.sort

image-20250328164115194

5.lower_bound/upper_bound二分

image-20250328164151884

posted @ 2025-03-28 16:43  ihuahua1415  阅读(10)  评论(0)    收藏  举报
*/