Pinned Repositories
42-School-Exam-Rank-02
First 42 School Exam
42_web_piscine
My solutions to the 42 Discovery Piscine HTML, CSS and JavaScript exercises
get_next_line
This project is about programming a function that returns a line read from a file descriptor.
liz753
Config files for my GitHub profile.
philosophers
This project aims to simulate the classic synchronization challenge of the dining philosophers. It is about concurrent programming with threads and mutexes and processes.
pipex
handling pipes in C language
printf
Recoded a simplified printf with the following conversions : cspdiuxX%
Projects-in-C-Language
This is a library of my 42-projects and personal projects in c-language
push_swap
42 Project about sorting algorithms. The program, called push_swap, takes a list of integers and sorts it using a set of predefined operations on two stacks. Another program, called checker, verifies the correctness of the sorting by executing the instructions generated by push_swap on the stack A.
so_long
Small 2D Game
liz753's Repositories
liz753/so_long
Small 2D Game
liz753/pipex
handling pipes in C language
liz753/push_swap
42 Project about sorting algorithms. The program, called push_swap, takes a list of integers and sorts it using a set of predefined operations on two stacks. Another program, called checker, verifies the correctness of the sorting by executing the instructions generated by push_swap on the stack A.
liz753/42_web_piscine
My solutions to the 42 Discovery Piscine HTML, CSS and JavaScript exercises
liz753/42-School-Exam-Rank-02
First 42 School Exam
liz753/get_next_line
This project is about programming a function that returns a line read from a file descriptor.
liz753/liz753
Config files for my GitHub profile.
liz753/philosophers
This project aims to simulate the classic synchronization challenge of the dining philosophers. It is about concurrent programming with threads and mutexes and processes.
liz753/printf
Recoded a simplified printf with the following conversions : cspdiuxX%
liz753/Projects-in-C-Language
This is a library of my 42-projects and personal projects in c-language
liz753/To-Do-List-App
Exercise to practice DOM events. A simple to-do list to which you can add elements, check them as well as remove them.
liz753/ztm_js_coding_challenge