mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-26 03:17:01 +08:00
988 B
988 B
Introductory C Programming Specialization
Descriptions
- Offered by: Duke
- Prerequisites: None
- Programming Languages: C
- Difficulty: 🌟🌟🌟🌟
- Class Hour: 110 hours
This is an excellent course which I benefited a lot from.
- The course teaches fundamental concepts such as frame, stack memory, heap memory, etc.
- There are great programming assignments to deepen and reinforce your understanding of the hardest part in C, like pointers.
- Although this is an introductory course, it has both breadth and depth.
Course Resources
- Course Website: https://www.coursera.org/specializations/c-programming
- Recordings: refer to course website
- Textbook: refer to course website
- Assignments: refer to course website
Personal Resources
All the resources and assignments used by in this course are maintained in Duke Coursera Intro C. Several assignments have not been completed so far for time reasons.