Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
p.91, table
method size() is missing
p.92, last line
replace
sizer
with
size
p.98, last line
remove
reverse
p.100, 3rd bullit
replace
A a
with
A
p.137, line 4
deques are not mentioned in this chapter
p.144, line 11 just below the math
replace
candidate
with
candidates
p.153, below formula 3.1
3.1 is not Fibonacci (see the 1+)
p.207, code fragment 3.58
where do I find RestructurableNodeBinaryTree?
I cannot find it in JDSL.
p.263, 3rd paragraph, last line
replace
This
with
Thus
p.269, 4th line from below
replace
use master
with
use the master
p.272, formula 1
replace
e-1
with
n-1
p.279, fig.5.7
figure b exceeds weight 20?!
The best solution out of 5 items with weight 20
is different than what is shown.
p.382, 10th line
replace
the the
with
the
p.383, below
replace
the the
with
the
p.452, 4th line from below
replace
how it use
with
how to use
p.454, halfway
a mod n should be in [0..n),
but in Java this is not true!
e.g.: (-6) mod 7 equals -6
p.455, after formula in proof
replace
d divides both a
with
d divides both b
p.458, halfway
replace
z^-1 element of Z_n
with
x^-1 element of Z_n
p.461, 5th line from below
replace
x
with x^phi(n)
p.462, formula in line 3
replace
1 mod q
with
1 mod p
p.462, below previous line
replace
g of Z_p
with
a of Z_p
p.463, 2nd formula
replace
q^i-1
with
q_i-1
p.464, 3 lines above Theorem
replace
each each
with
each
p.467, halfway
witness is not a parameter of RandomizedPrim...
p.467, 4 lines below halfway
replace
evaluated to true for t
with
evaluaged to false for t
p.468, halfway in the expanded multiplication
the second term should use p2/e2 instead of p1/e1
p.469, 6th line from below
replace
q=2
with
q=1/2
p.469, 6th line from below
replace
iterations equal
with
iterations is equal
p.477, line 13
replace
k.phi(q)
with
k.phi(p)
p.484, bullit 3
replace
and Alice to
with
and Lisa to
p.495, 3 lines above the algorithm
remove
to define the
p.496, halfway
replace
the i iteration
with
the i-th iteration
p.497, line 3
replace
by by algorithms
with
by the algorithm
p/497, line 7 from below
replace
O(log n)
with
O(log N)
p.508, R-10.11
ia+jb=4 since gcd(412,260)=4
p.517, bullit 2
replace
processor
with
processors
p.522
variable k is used 4 times
but is never assigned to!
The course ended with chapter 11.
So, I did not check the rest of the book.