Matrix Chain MultiplicationDelves into dynamic programming with a focus on Matrix Chain Multiplication and the longest common subsequence problem.
Numpy TutorialCovers the basics of Numpy, including importing the library, creating arrays, and performing linear algebra operations.
Principles of ParallelismCovers the basics of parallelism, including physical examples, historical context, multicore era, and parallel collections in Scala.