Skip to content

star-child-0/42Cursus

Repository files navigation

42Cursus

My 42 cursus directory, each project with their subject

This repo is just the collection of references to the projects, plus the library of functions I update and use in my projects, each project is a repository in itself

Project Overview Attempts Grade
libft This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus. 2 anvannin's 42 Libft Score
Born2beroot This project aims to introduce you to the wonderful world of virtualization. 1 anvannin's 42 Born2beroot Score
get_next_line May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects. 1 anvannin's 42 get_next_line Score
ft_printf This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects. 2 anvannin's 42 ft_printf Score
push_swap This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting. 3 anvannin's 42 push_swap Score
minitalk The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus. 1 anvannin's 42 minitalk Score
fract-ol Discover 2D programming and the psychedelic universe of fractals in this project, using minilibX. 1 anvannin's 42 fract-ol Score
minishell The objective of this project is for you to create a simple shell. 1 anvannin's 42 minishell Score
philosopers Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger. 1 anvannin's 42 Philosophers Score