All Projects → caisah → K And R Exercises And Examples

caisah / K And R Exercises And Examples

All Examples and Exercises from K&R The C Programming Language 2nd edition book

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to K And R Exercises And Examples

Phpstorm Workshop
Code for the PhpStorm workshop
Stars: ✭ 268 (+141.44%)
Mutual labels:  exercise
Kotlin 99
Ninety-Nine Problems in Kotlin
Stars: ✭ 568 (+411.71%)
Mutual labels:  exercise
Python Beginner Programming Exercises
Practice your Python programming skills with this interactive and auto-graded set of exercises.
Stars: ✭ 47 (-57.66%)
Mutual labels:  exercise
Chinese Ufldl Tutorial
[UNMAINTAINED] 非监督特征学习与深度学习中文教程,该版本翻译自新版 UFLDL Tutorial 。建议新人们去学习斯坦福的CS231n课程,该门课程在网易云课堂上也有一个配有中文字幕的版本。
Stars: ✭ 303 (+172.97%)
Mutual labels:  exercise
Python Tutorial
python教程,包括:python基础、python进阶;常用机器学习库:numpy、scipy、sklearn、xgboost;深度学习库:keras、tensorflow、paddle、pytorch。
Stars: ✭ 407 (+266.67%)
Mutual labels:  exercise
Pandas exercises
Practice your pandas skills!
Stars: ✭ 7,140 (+6332.43%)
Mutual labels:  exercise
react-redux-exercise
Exercise to understand better react-redux, how it works and how to use it.
Stars: ✭ 48 (-56.76%)
Mutual labels:  exercise
Learngo
1000+ Hand-Crafted Go Examples, Exercises, and Quizzes
Stars: ✭ 11,847 (+10572.97%)
Mutual labels:  exercise
R
Exercises (incl. analyses) with R language (math+statistics)
Stars: ✭ 462 (+316.22%)
Mutual labels:  exercise
Stanford dbclass
Collection of my solutions to the (infamous) dbclass (2014 version) offered by Stanford.
Stars: ✭ 35 (-68.47%)
Mutual labels:  exercise
Javascript Exercises
Stars: ✭ 313 (+181.98%)
Mutual labels:  exercise
Javascript Exercises
📚 Collection of JavaScript exercises and coding challenges.
Stars: ✭ 385 (+246.85%)
Mutual labels:  exercise
Reactnativekatas
This is a project that lets you participate in a fully-immersive, hands-on, and fun learning experience for React Native.
Stars: ✭ 917 (+726.13%)
Mutual labels:  exercise
Javascript30
Participating in JavaScript30 course created by @wesbos
Stars: ✭ 289 (+160.36%)
Mutual labels:  exercise
Python Exercises
🤓 Series of exercises to learn Python
Stars: ✭ 54 (-51.35%)
Mutual labels:  exercise
gentle-intro-to-reflection
A slow-paced introduction to reflection in Agda. ---Tactics!
Stars: ✭ 58 (-47.75%)
Mutual labels:  exercise
Book on python algorithms and data structure
🪐 Book on Python, Algorithms, and Data Structures. 🪐
Stars: ✭ 604 (+444.14%)
Mutual labels:  exercise
Exermote
Using Machine Learning to predict the type of exercise from movement data
Stars: ✭ 108 (-2.7%)
Mutual labels:  exercise
Mlkatas
A series of self-correcting challenges for practicing your Machine Learning and Deep Learning skills
Stars: ✭ 58 (-47.75%)
Mutual labels:  exercise
Lechef
Lechef - Logic Circuit Exercise Framework for visualizing and creating exercises on logic circuit basics in JavaScript
Stars: ✭ 7 (-93.69%)
Mutual labels:  exercise

K & R Exercises and Examples

My takes of K&R The C Programming Language 2nd edition book. It includes both the code examples and the answers for all the exercises.

###Organization

Each dir contains only the code from the specific chapter.

Each example is prefixed with ex.

Each exercise is prefixed with the exercise number and e.

Some of the answers are inspiered or copied from clc-wiki.

My code is indented GNU style while the foreign code is indented K&R style.

###Compiling

I suggest using the c99 standard when compiling: -std=c99 for all the files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].