/Cool-Practice-Programs

This repository contains the C/Python codes for interesting problems aimed at giving beginners in programming a good practice.

Primary LanguageC

#Cool Practice Programs

This repository contains the C/Python codes for interesting problems aimed at giving beginners in programming a good practice.

Introductory-Programs: This directory contains the codes for some basic programs for people just beginning programming.

DSA-Programs: This directory contains the codes for important Data Structures and Algorithms. Most implementations are of algorithms given in Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein.
Note: To be taken up only if you are thorough with the basic programming concepts.

CodeChef Programs: This directory contains solution codes for various problems listed on CodeChef.


###How to Contribute

Please note that all the programs must follow the Linux Kernel Coding Style for consistency.
Refer to: Linux Coding Style Documentation

To contribute:

  1. Clone the repository to your system.
  2. Add your own implementation to the repository / Make necessary changes.
  3. Push the changes to your fork.
  4. Send a detailed Pull Request.