This repository contains my solutions and exercises for "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R). It's a collection of code and notes as I work through the book. It also contains various algorithms like search, sorting, graphs, etc. It also contains few CS50 C codes.
- Author: Jason Pandian (aka JSN)
- GitHub: pandiajason
- Email: pandiajason@gmail.com
- Webpages: https://pandiajason.github.io/JSN//index.html
I'm currently working through the K&R book and C concepts. I will continue to update this repository as I progress further.
- Code files are named descriptively (e.g.,
01_hello.c
). - You can compile and run the code using a C compiler like GCC. For example:
gcc -o 01_hello.out 01_hello.c '&&' ./01_hello.out
This project contains code adapted from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R) and various C concepts. The codes are used for educational purposes and may be covered by GPL2 license by pandiajason.