Some Resources on Study Programming
Introductory CS
- 基于How to Design Programs的讲义材料值得阅读,2024Fall之后不再公开发布
- 2020 video
Introduction to Programming Systems
- C Programming: A Modern Approach (Second Edition), K. N. King, Norton & Co. 2008.
- Dive into Systems
- 2020/2021 video
- Prerequisites
Any Introductory CS course maybe ok
Abstraction and Design in Computation
- CS 51 Harvard
- 使用Ocaml语言 教导什么是良好编程
- Reading
- Abstraction and Design In Computation
- Short videos
Algorithms and Data Structures
- CSC 225&226 Victoria
- Reading
- 自学cpp Savitch, W., and K. Mock. 2016. Absolute C++. Pearson Education.
-Comprehensive Data Structures and Alg...