the-c-programming-language-second-edition-solutions
Programming language solutions
Solutions to exercises in K&R book on C programming
Solutions for all exercises in the book "The C Programming Language - Second Edition"(referred to as K&R, after its authors' initials) by Brian W. Kernighan and Dennis M. Ritchie.
566 stars
47 watching
166 forks
Language: C
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Swift solutions to problems in a popular coding interview book | 460 |
| | A comprehensive guide to C programming covering 50 years of evolution, common mistakes, clean code principles, and tools for software development | 1,709 |
| | Solutions to a theoretical computer science textbook, compiled from LaTeX files. | 350 |
| | Solutions to exercises from the 'Haskell Programming from First Principles' book | 95 |
| | Solutions to exercises in a computer systems textbook written in C. | 1,424 |
| | Reusable C libraries for various common functionalities in software development | 24 |
| | A comprehensive C programming project covering various algorithms and data structures | 749 |
| | A guide to best practices for writing readable, maintainable C code | 2,008 |
| | A C compiler written in the C2 language itself. | 703 |
| | A comprehensive resource for learning C language fundamentals and advanced topics through tutorials, coding examples, and exercises. | 1,108 |
| | Solutions to Advent of Code challenges in C# | 0 |
| | A collection of minimal examples and tutorials for system programming in C, C++, POSIX, and Linux | 618 |
| | A categorized list of C++ resources and tools | 4,598 |
| | Collects notes and solutions to exercises from the book 'Haskell Programming from first principles' | 95 |
| | Solves the Expression Problem in C++17 by providing fast and open multi-methods for adding behavior to existing types | 358 |