42sg
There are 7 repositories under 42sg topic.
felixtanhm/42-piscine
This repository is a compilation for all my projects during 42's Piscine at SUTD Singapore, held on March 2024.
mohsink20/42cursus
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
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/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/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.