issues
search
zhedahht
/
CodingInterviewChinese2
《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码
Other
5.32k
stars
2.17k
forks
source link
书本77页公式_公式勘误
#21
Closed
imLogM
closed
6 years ago
imLogM
commented
6 years ago
当n为奇数时,应该是: a^{(n-1)/2} × a^{(n+1)/2}
imLogM
commented
6 years ago
看错了,后面还乘了一个a,原公式正确
当n为奇数时,应该是: a^{(n-1)/2} × a^{(n+1)/2}