STL
STL
DeepGoAI
欢迎学习交流!
展开
-
C++ set::lower_bound/upper_bound
C++ set::lower_bound/upper_bound最近对C++ set::lower_bound/upper_bound ,进行了一些测试,就是如果set当中为空时,使用lower_bound/upper_bound 都回返回begin 地址,也就是第一个插入的位置。对应的begin和end 是同一个位置// set::lower_bound/upper_bound...原创 2019-04-09 11:23:38 · 3049 阅读 · 0 评论 -
C - Heap Partition ZOJ - 3963
C - Heap PartitionZOJ - 3963A sequenceS= {s1,s2, ...,sn} is calledheapableif there exists a binary treeTwithnnodes such that every node is labelled with exactly one element from the seq...转载 2019-04-09 20:53:35 · 147 阅读 · 0 评论