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.
#算法刷题#A showcase of my coding journey.
School project: third exam of the mandatory part of new 42 cursus.
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.
Microshell is a C-based mini shell that executes commands, supports cd, piping (|), and command separation (;).
small collection of programs that are likely to appear on the "exam_rank_03" of the 42 school
Training method for 42 exams.
ft_printf is a custom C implementation of printf, supporting %s, %d, and %x conversions.
This repository lists my own implementations of functions from different levels of ExamRank 2, organized by difficulty.
Implement Warlock with SpellBook, TargetGenerator, spells, and targets, supporting learn, forget, and cast via Coplien Form.
This is a collection of my implementations of exercises from Exam 02 of 42School