Skip to content

Commit e9763c8

Browse files
Update README.md
1 parent 3e6d788 commit e9763c8

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# holbertonschool-datastructures_algorithms
1+
# System programming & Algorithm ― Data structures and Algorithms
2+
3+
This repository contains projects for training in the Data structures and Algorithms track at [Holberton School](https://holbertonschool.com). All projects are in C and are designed to learn C from a beginners level to the advanced level.
4+
5+
## Styling and Specifications
6+
All C programs are complied with gcc 4.8 on Ubuntu 14.04 LTS. They comply with [schools formatting checker](https://github.com/holbertonschool/Betty), based on [Linux Kernel coding style]. All programs were written from the Bash, using Emacs.
7+
8+
### Compilation
9+
All programs must compile with gcc, using with the flags below:
10+
```
11+
gcc -Wall -Werror -Wextra -pedantic main.##.c ##-name.c
12+
```
13+
### Directories
14+
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.
15+
## Author
16+
**Sravanthi Sinha**
17+
I have coded all of these exercises during my software engineering training at [Holberton School](https://holbertonschool.com) and are part of System Engineering track curriculum.
18+
* [Linkedin](https://www.linkedin.com/in/sravanthisinha)

0 commit comments

Comments
 (0)