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.
568 stars
47 watching
167 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
careercup/ctci-6th-edition-swift | Swift solutions to problems in a popular coding interview book | 461 |
agavrel/42_cheatsheet | A comprehensive guide to C programming covering 50 years of evolution, common mistakes, clean code principles, and tools for software development | 1,701 |
ryandougherty/introduction-to-the-theory-of-computation-solutions | Solutions to a theoretical computer science textbook, compiled from LaTeX files. | 349 |
dmvianna/haskellbook | Solutions to exercises from the 'Haskell Programming from First Principles' book | 95 |
dreamanddead/csapp-3e-solutions | Solutions to exercises in a computer systems textbook written in C. | 1,412 |
karlyamashita/common_libraries | Reusable C libraries for various common functionalities in software development | 22 |
yourtion/learningmasteringalgorithms-c | A comprehensive C programming project covering various algorithms and data structures | 747 |
mcinglis/c-style | A guide to best practices for writing readable, maintainable C code | 2,002 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 704 |
hairrrrr/c-crashcourse | A comprehensive resource for learning C language fundamentals and advanced topics through tutorials, coding examples, and exercises. | 1,089 |
kanadaat/aoc2023 | Solutions to Advent of Code challenges in C# | 0 |
cirosantilli/cpp-cheat | A collection of minimal examples and tutorials for system programming in C, C++, POSIX, and Linux | 614 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,574 |
dwayne/haskell-programming | Collects notes and solutions to exercises from the book 'Haskell Programming from first principles' | 95 |
jll63/yomm2 | Solves the Expression Problem in C++17 by providing fast and open multi-methods for adding behavior to existing types | 354 |