• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

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