Pinned Repositories
42-Piscine-Singapore-June2023
42cursus
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
Data-Structures-and-Algorithm
ft_printf
The goal of this project is pretty straightforward. You will recode printf().
get_next_line
This project involves programming a function that returns a line read from a file descriptor. It not only adds a convenient function to your collection but also introduces the concept of static variables in C programming.
ICT374
Libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
mohsink20
push_swap
This project involves sorting data on a stack using a limited set of instructions, aiming for the lowest possible number of actions. The goal is to write a program in C called push_swap, which calculates and displays the smallest program, made of Push swap language instructions, that sorts the integers received as arguments.
so_long
This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.
mohsink20's Repositories
mohsink20/42cursus
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
mohsink20/42-Piscine-Singapore-June2023
mohsink20/Data-Structures-and-Algorithm
mohsink20/Libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
mohsink20/mohsink20
mohsink20/ft_printf
The goal of this project is pretty straightforward. You will recode printf().
mohsink20/get_next_line
This project involves programming a function that returns a line read from a file descriptor. It not only adds a convenient function to your collection but also introduces the concept of static variables in C programming.
mohsink20/ICT374
mohsink20/push_swap
This project involves sorting data on a stack using a limited set of instructions, aiming for the lowest possible number of actions. The goal is to write a program in C called push_swap, which calculates and displays the smallest program, made of Push swap language instructions, that sorts the integers received as arguments.
mohsink20/so_long
This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.