- Projects done during my study of Harvard University's cs50, an introduction to the intellectual enterprises of computer science and the art of programming.
- Files written in
Visual Studio Code 1.73
editor. - C files compiled using
gcc 9.4.0
. - C files wriiten according to the betty coding style.
- Files tested on
Windows 10
usinggcc
.
File | Description |
---|---|
0-phone_number.c | Building a phone book using data structures. |
1-linked_list.c | Implenting a linked list in C . |
2-binary_search.c | Implements a binary search in C . |