06 2022 档案

摘要:安装 二选一(ubuntu) curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun curl -sSL https://get.daocloud.io/docker | sh // 卸载旧版本 sudo apt-get 阅读全文 »
posted @ 2022-06-02 14:21 InsiApple 阅读(36) 评论(0) 推荐(0) 编辑
摘要:定义 Binary Search Tree + Heap 用在红黑树、B+树,AVL,Splay等地方 保证在O(logn)内的查询 普通Treap方法类 插入数值 x。 删除数值 x(若有多个相同的数,应只删除一个)。 查询数值 x 的排名(若有多个相同的数,应输出最小的排名)。 查询排名为 x 阅读全文 »
posted @ 2022-06-01 00:29 InsiApple 阅读(28) 评论(0) 推荐(0) 编辑

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