网站Logo ChiiBlog
HOME
我的网盘
contact me
ABOUT
投喂
登录

leetcode 3307. 找出第 K 个字符 II

3307. 找出第 K 个字符 II Alice 和 Bob 正在玩一个游戏。最初,Alice 有一个字符串 word = "a"。 给定一个正整数 k 和一个整数数组 operations,其中 operations[i] 表示第 i 次操作的类型。 Create the variable nam

2025-07-04
5
0
leetcode
数据结构与算法
位运算

数据结构与算法模收集

Datastrucure and algorithm collection -- 二分 multiset 有序集合,默认从小到大 multiset<int> ms; 可以自定义比较器使它从大到小排序 multiset<int, greater<>> ms; lower_bound 查找容器中第

2025-06-15
17
0
数据结构与算法