CSAPP 《深入理解计算机系统》
这是 CMU CMU: 15-213/18-213: Introduction to Computer Systems (ICS) 的教材。是计算机系统和操作系统入门。
Github: https://github.com/travmygit/csapp
SICP 《计算机程序的构造和解释》
这是 MIT 6.001 课程的教材。是编程语言入门。
Github: https://github.com/travmygit/Learning-SICP
CLRS 《算法导论》
这是 MIT 6.006 课程的教材。是算法分析入门。
Github: https://github.com/travmygit/CLRS
原文:https://www.cnblogs.com/trav/p/9374734.html