We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Chapter02_GettingStarted.md 习题2.3-3 第三小节书写错误
原文为 “=2 x T(2^i) + 2^i x 2 //把等式2 T(2^i0 = 2^i x lg2^i代入”
应该为 “=2 x T(2^i) + 2^i x 2 //把等式2 T(2^i) = 2^i x lg2^i代入”
Chapter02_GettingStarted.md
习题2.3-3
第三小节书写错误