Algorithms

My focus right now is brushing up on algorithms. For some weird reason, Regis did not include algorithm courses in their graduate program. This is a crucial part of software engineering, so I am taking it upon myself to learn as much about algorithms as I can on my own.

I am alternating between two free courses, one on Udacity and one on Khan Academy.

The Udacity course requires some knowledge of Python and Khan Academy’s requires some knowledge of JavaScript.

Stay tuned as I hope to go into more detail about specific algorithms, such as binary search, recursion, and merge sort.

Leave a comment