SravanthiSinha / holbertonschool-datastructures_algorithms

System programming & Algorithm ― Data structures and Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System programming & Algorithm ― Data structures and Algorithms

This repository contains projects for training in the Data structures and Algorithms track at Holberton School. All projects are in C and are designed to learn C from a beginners level to the advanced level.

Styling and Specifications

All C programs are complied with gcc 4.8 on Ubuntu 14.04 LTS. They comply with schools formatting checker, based on [Linux Kernel coding style]. All programs were written from the Bash, using Emacs.

Compilation

All programs must compile with gcc, using with the flags below:

gcc -Wall -Werror -Wextra -pedantic main.##.c ##-name.c

Directories

Each directory is named after a concept and contains ordered exercises from mandatory to advance level, and a README.md with a short description of its files.

Author

Sravanthi Sinha I have coded all of these exercises during my software engineering training at Holberton School and are part of System Engineering track curriculum.

About

System programming & Algorithm ― Data structures and Algorithms


Languages

Language:C 83.5%Language:Objective-C 15.6%Language:M 0.3%Language:Brainfuck 0.3%Language:MATLAB 0.2%Language:Forth 0.1%Language:Mercury 0.0%