会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Cooper's blog
Welcome to my blog.
新随笔
联系
管理
2021年10月8日
Circular vector
摘要: Code struct circularVec{ int vec[N]; int front, rear; int cnt; void init(){ memset(vec, 0, sizeof(vec)); front = rear = cnt = 0; } bool fullQ(){return
阅读全文
posted @ 2021-10-08 10:43 Mojibake
阅读(58)
评论(0)
推荐(0)
编辑
公告
本作品采用
知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议
进行许可。