legendgoddess / Blog

blog-three-tan.vercel.app
0 stars 0 forks source link

2022/04/07/pbds-notes/ #67

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

pbds 学习笔记 | Legendgod's Blog

主要是 $\tt pbds$ 有很多封装好了的小常数代码,比自己手写会方便很多。 头文件 #include<bits/extc++.h>,需要使用命名空间 __gnu_pbds 平衡树【模板】普通平衡树 - 洛谷 $\tt STL$ 容器:tree 123tree<Key, Mapped, Cmp_Fn = std::less, Tag = rbtree

https://legendgod.ml/2022/04/07/pbds-notes/

cqh6 commented 2 years ago

TQL