Skip to content

Exercise solutions for K&R "The c programming language" second edition Brian W. Kernighan Dennis M.Ritchie c程序设计语言 第二版 课后习题答案

Notifications You must be signed in to change notification settings

yianLiao/The-c-programming-language-solutions

Repository files navigation

Solutions for K&R

My solutions ☕ for K&R "The C programming language" exercices. with features:

  1. Files organized in structure of Xcode C projects.
  2. Organized in sections for convenience.
  3. ONE entry point, naming main.c.
  4. One exercice is related to one source file mainly, build from scratch.
  5. Test cases are included in most exercices.
  6. Some solutions refer to thvdburgt's

Here my favorite quote:

"Take a simple idea, and take it seriously"

K&R课后习题答案

参考代码 ☕ K&R "The C programming language" 课后习题. 代码特点:

  1. 原工程所有代码在xcode C 项目中编译测试通过。
  2. 为了方便阅览按章节组织在文件夹中。
  3. 入口 main.c。
  4. 一道题主要关联一个源文件,从命名可以看出。
  5. 大部分练习在代码中包含了设计的测试案例.
  6. 部分解法参考 thvdburgt's

喜欢的一句话:

"往简单处想,往认真里行"

About

Exercise solutions for K&R "The c programming language" second edition Brian W. Kernighan Dennis M.Ritchie c程序设计语言 第二版 课后习题答案

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages