/exam-42-zip

exam-zip training

Primary LanguageC

Exam 42 Zip


Author : jmouaike at 42-Paris

Exam 42 Zip is C exam specific to 42.zip curriculum.

10 exercises with increasing difficulty are to be solved in 3 hours.

Status

Validated on Jan-17 2023 with a 90% grade.

Subjects

level ex01 ex02 ex03
01 aff_a aff_z
02 ft_putstr ft_strlen rev_print
03 fizzbuzz
04 aff_first_param aff_last_param
05 first_word rot_13 rotone
06 inter union last_word
07 ft_itoa ft_range ft_rrange
08 expand_str ft_split
09 ft_list_remove_if sort_list
10 count_islands infin_mult g_diam

Exam reminder

examshell then examshell to login. Once in, your 42 login and password. you have 10 minutes to reach that step. Take some time to read and organize your workspace.

Subjects are in subjects dir. rendus will contain your exercices targeted by grademe.

do not forget to create a directory for each exercise, such as rendus/aff_a/aff_a.c

compile will all the flags test your program or function

check you dir and file names

git add .

git commit -m

and do not forget to git push before asking a grademe

Real time solved exercises in an Examshell environment

Exam-42-zip - Jmouaike :

  • On 17-jan 2023 arrow_right: final grade 90 % 😎
level subject OK time (min)
01 aff_a ✅ 12
02 ft_strlen ✅ 05
03 fizzbuzz ✅ 08
04 first_param ✅ 03
05 rotone ✅ 11
06 last_word ✅ 14
07 ft_range ✅ 18
08 expand_str ✅ 36
09 sort_list ✅ 38
10 infin_mult :n: timed out