First 42 School Exam
This guide shows what order you should do the 42 Projects in (From Easiest to Hardest)
2nd 42 School Exam
This shell aims to provide better practice for exams.
School project: third exam of the mandatory part of new 42 cursus.
#算法刷题#A showcase of my coding journey.
A collection of READMEs of all the classes given at 42 Porto
This is a training program for a C programming exam. The program is built using Python and Streamlit, and provides exam-like conditions to help you practice for the exam.
small collection of programs that are likely to appear on the "exam_rank_03" of the 42 school
Training method for 42 exams.
The names of the functions found at different levels of ExamRank 2 are listed here. Each level represents a specific difficulty and includes various functions. While ExamRank 2 may contain more functi...
ft_printf is a custom implementation of the standard printf function in the C language. This exam focuses on mimicking the core functionalities of printf by handling specific format conversions. The p...
This is a collection of my implementations of exercises from Exam 02 of 42School
Microshell is a simplified shell program developed in C, designed to mimic basic shell command execution functionalities. This exam involves handling command-line arguments to execute commands, managi...