-
排序树(AVL树、红黑树、跳表)
AVL树: https://www.bilibili.com/video/BV1tZ421q72h/?spm_…
-
如何理解x&(-x), x&(x-1)
如何理解x&(-x), x&(x-1) ? 算法题里面,涉及到按位运算,有2个经典位运算: x…
-
priority_queue的使用
https://zh.cppreference.com/w/cpp/container/priority_qu…
-
gdb打印vector
https://stackoverflow.com/questions/253099/how-do-i-pri…