Pinned Repositories
Algorithms4_sedgewick
Projects from corresponding coursera class and books.
C_Programming_Language
Exercises and examples from the book: The C Programming Language
CS61B_2018Spring
Coding practice on CS61B Spring 2018
CS61B_2021Spring
CSAPP
Labs from the book Computer Systems: A Programmer's Perspective
LearningGo
Learning Go
leetcode
All the practices I made for data structure/algorithms
SICP
Problems that I have solved for the book Structural and Interpretation of Computer Programs
Stanford_CS106L
Learn C++ with relatively new features from this class since it's required in my job.
pengd-ksu's Repositories
pengd-ksu/Algorithms4_sedgewick
Projects from corresponding coursera class and books.
pengd-ksu/C_Programming_Language
Exercises and examples from the book: The C Programming Language
pengd-ksu/CS61B_2018Spring
Coding practice on CS61B Spring 2018
pengd-ksu/CS61B_2021Spring
pengd-ksu/CSAPP
Labs from the book Computer Systems: A Programmer's Perspective
pengd-ksu/LearningGo
Learning Go
pengd-ksu/leetcode
All the practices I made for data structure/algorithms
pengd-ksu/SICP
Problems that I have solved for the book Structural and Interpretation of Computer Programs
pengd-ksu/Stanford_CS106L
Learn C++ with relatively new features from this class since it's required in my job.
pengd-ksu/crafting_interpreters
Did some challenges on the book