Awesome Courses
A collection of Hello World applications from helloworld.org.
Introduction
This is an addition to the well done awesome courses by Prakhar1989-github. And here is for the algorithm specifically.
Table of Contents
- Systems
- Programming Languages / Compilers
- Algorithms
- CS Theory
- Introduction to CS
- Machine Learning
- Misc
Good courses
- cs.washington.CSE373.
- this is a undergrad level data structure class, so not much algs, but I found the sorting is useful. And as Code Ganker said, a lot of important algs ideas lies behind basic sorting algs: recursion, DP, D&C, trade-off, etc, you name it.