Good references for algorithms and data structures

Joined
4/26/17
Messages
55
Points
278
Though we can read the classic textbook Introduction to Algorithm. Some useful tricks like SQRT decomposition, some useful data structures like trie, segment tree are not introduced in that book.
So could you please kindly provide several good references? Thanks much in advance.
 
and std::bitset<> and boost::dynamic_bitset<> also very OK for compact stuff + algos (Bloom).
 
Back
Top Bottom