/training

practices for programming languages, algorithms and class exercises

Primary LanguageMATLABMIT LicenseMIT

training

training contains the programming assignments of my programming exercises and assignments from online courses or books, including:

Introduction to C programming in Chinese on coursera, held by Ge Li.

Introduction to essential data structure and algorithms in JAVA on coursera, held by Robert Sedgewick and Kevin Wayne, including stack, queue, sorting algorithms, binary search tree and so on.

Exercises of K&R's book The C Programming Language. Some useful hints or code snippets from clc-wiki are included.

Introduction of basic machine learning algorithms on coursera held by Andrew Ng. Majority of the exercise codes belong to Andrew Ng because we are only required to fill in the blank parts.

Algorithm problems on leetcode and associated topic.