Repository navigation
42-exam
- Website
- Wikipedia
First 42 School Exam
This guide shows what order you should do the 42 Projects in (From Easiest to Hardest)
This shell aims to provide better practice for exams.
This guide serves as your trusty sidekick through the thrilling Common Core phase at 42 School. Brace yourself for an immersive project-based journey as you conquer C & C++ fundamentals and lay the groundwork for your programming mastery.
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
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.
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 functions, this repository includes only the code and content that I have written myself.
implement Warlock, SpellBook, and TargetGenerator, along with spells (Fireball, Polymorph) and targets (BrickWall). Manage spells and targets dynamically using SpellBook and TargetGenerator. Warlock must learn, forget, and cast spells. Follow Coplien Form and implement ASpell and ATarget correctly.
Subjects for exam rank 02-03-04-05-06 (ecole 42). Updated as of December 2022.
Solutions for an advanced C++ exam, focusing on object-oriented design and memory management.
Practicing for the exams at 42
Before the first 42 School Exam
These exercises are designed to be performed in a clean, simple and logical way without losing the purpose of making them easy to do in exam situations.