Skip to content
/ tdp Public

A collection of C programming exercises from my university exams.

Notifications You must be signed in to change notification settings

chitvs/tdp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

247 Commits
 
 
 
 

Repository files navigation

C programming exercises

This repository contains a collection of C programming exercises taken from my university exams. Each exercise is neatly organized within its dedicated folder, encompassing both the source code and pertinent documentation. The exercises are provided in chronological order based on their exam date, providing a structured approach for study and review sessions. These exercises cover a wide range of topics, including:

  • Matrix operations and arrays
  • Linked lists and linear data structures
  • Binary trees and tree traversal algorithms

This compilation serves as a valuable resource for students aiming to strengthen their understanding of C programming concepts and prepare for examinations effectively.

How to compile and run

Clone the repository:

git clone https://github.com/chitvs/tdp.git
cd tdp

Navigate to the exercise directory and use g++ to compile the C file. For example:

cd src/<year>/<month>/<day>/<session>/<eX>/
g++ -o main main.c
./main

Note

If your folder structure does not include multiple sessions or days, you can skip those placeholders.

About

A collection of C programming exercises from my university exams.

Resources

Stars

Watchers

Forks

Languages