05 2023 档案

该文被密码保护。
posted @ 2023-05-23 18:42 So_noSlack 阅读(9) 评论(0) 推荐(0) 编辑
摘要:目录 手写栈 队列 广度优先级搜索 并查集 哈希 一.手写栈 栈 的函数 s.push(x) s.pop() s.top() s.size() s.empty() // 手写栈 int x,p=0; int s[10000005]; void push(int x){ s[++p] = x; ret 阅读全文 »
posted @ 2023-05-23 18:40 So_noSlack 阅读(5) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示