• 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!

Project Euler

Sanket Patel

i do stuff
Joined
3/4/08
Messages
543
Points
28
I just ran across this website - Project Euler - which contains over 200 programming problems. They range in difficulty from simply finding the (n^{th}) prime number to finding Minkowski sums.

If you're looking to brush up on programming or perhaps explore a new language, Project Euler is a nice way to relax on those Saturday nights when all you want to do do is write some algorithms. ;)
 
Another good resource is the ACM programming competition problem archive. Each problem set has about 8 problems and the time alloted is about 5 hours. I found it exremely helpful for interview preparation/ skills consolidation by doing progamming marathons with couple of buddies

http://www.ntnu.edu.tw/acm/ProblemSetArchive.html
 
Back
Top