A lot of typos in the Chinese translation_算法导论书评-查字典图书网
查字典图书网
当前位置: 查字典 > 图书网 > > 算法导论 > A lot of typos in the Chinese translation
邓颖超 算法导论 的书评 发表时间:2014-07-27 08:07:03

A lot of typos in the Chinese translation

For example, the code in page 152:

"
HASH-SEARCH (T,k)
i=0
repeat
j=h(k,j)
if T[j]=k
return j
i=i+1
until T[j]==NIL or i==m
return NIL
"

Obviously it should be j=h(k,i) instead of j=h(k,j) at here. Similarly at page 164, the Chinese translation of the explanation of "TREE-SUCCESSOR" is simply too confusing and wrong. The interested reader should read the English version instead.

展开全文
有用 0 无用 2

您对该书评有什么想说的?

发 表

推荐文章

猜你喜欢

附近的人在看

推荐阅读

拓展阅读