Skip to content

PandiaJason/KR_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KR_C

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.

About

Progress

I'm currently working through the K&R book and C concepts. I will continue to update this repository as I progress further.

Usage

  • 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
    

NOTE

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages