OSDN Git Service

将复杂度中非指数的 log_2 替换为 log
authorouuan <y___o___u@126.com>
Sun, 25 Aug 2019 10:02:14 +0000 (18:02 +0800)
committerouuan <y___o___u@126.com>
Sun, 25 Aug 2019 10:02:14 +0000 (18:02 +0800)
commitac38ff4e8186b8f5f55ed55324bc9bdf8a7874fe
treef27f68e2471c0f472f243b8bfbed002a90d250a2
parentcb3e70d8c91c7848b2878373459a6197a4ab55e1
将复杂度中非指数的 log_2 替换为 log
22 files changed:
docs/ds/block-array.md
docs/ds/bst.md
docs/ds/cartesian-tree.md
docs/ds/divide-combine.md
docs/ds/kdt.md
docs/ds/lct.md
docs/ds/persistent-heap.md
docs/ds/persistent-in-bit.md
docs/ds/queue.md
docs/ds/seg-beats.md
docs/ds/seg.md
docs/ds/sqrt-tree.md
docs/ds/treap.md
docs/graph/dynamic-tree-divide.md
docs/graph/kth-path.md
docs/graph/prufer.md
docs/graph/tree-divide.md
docs/math/inclusion-exclusion-principle.md
docs/math/matrix.md
docs/math/quick-pow.md
docs/misc/complexity.md
docs/misc/parallel-binsearch.md