This repository is a compilation for all my projects during 42's Piscine at SUTD Singapore, held on March 2024.
-
Updated
Apr 2, 2024 - C
This repository is a compilation for all my projects during 42's Piscine at SUTD Singapore, held on March 2024.
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
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.
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.
The goal of this project is pretty straightforward. You will recode printf().
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.
Add a description, image, and links to the 42sg topic page so that developers can more easily learn about it.
To associate your repository with the 42sg topic, visit your repo's landing page and select "manage topics."