A lot of problems involve advanced algorithms and require extensive reading/training. This is beyond the scope of this notes. Instead, I will only deal with regular coding work that you have to do everyday. It doesnt have to be super optimized, but runs reasonably fast, uses memory wisely, and is certainly towards bug-free. A few topics that come off my mind: searching, sorting, dynamic programming, streaming alrogithms and some machine learning/data mining topics.

Algo

Data Structure

Javascript

Misc