davidtxosan / 42School_ExamRank02_2022

First exam of school 42 Cursus version 2022.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exam Details

The exam has 4 questions total. A random question is picked from each level below. If you fail the exam, you will restart at Level 1 again, when you retake the exam next time. Although there are multiple ways to solve each exercise, I have put the way that I think is easiest with the least number of lines.

Norminette

There is no Norminette in the exam.

Exam Questions

Question 1 is from Level 1

  • first_word
  • fizzbuzz
  • ft_strcpy
  • ft_strlen
  • ft_swap
  • putstr
  • repeat_alpha
  • rev_print
  • rot_13
  • rotone
  • search_and_replace
  • ulstr

Question 2 is from Level 2

  • alpha_mirror
  • camel_to_snake
  • do_op
  • ft_atoi
  • ft_strcmp
  • ft_strcspn
  • ft_strdup
  • ft_strpbrk
  • ft_strrev
  • ft_strspn
  • inter
  • is_power_of_2
  • last_word
  • max
  • print_bits
  • reverse_bits
  • snake_to_camel
  • swap_bits
  • union
  • wdmatch

Question 3 is from Level 3

  • add_prime_sum
  • epur_str
  • expand_str
  • ft_atoi_base
  • ft_list_size
  • ft_range
  • ft_rrange
  • hidenp
  • lcm
  • paramsum
  • pgcd
  • print_hex
  • rstr_capitalizer
  • str_capitalizer
  • tab_mult

Question 4 is from Level 4

  • flood_fill
  • fprime
  • ft_itoa
  • ft_list_foreach
  • ft_list_remove_if
  • ft_split
  • rev_wstr
  • rostring
  • sort_int_tab
  • sort_list

Total

  • Level 1 - 12 Questions
  • Level 2 - 20 Questions
  • Level 3 - 15 Questions
  • Level 4 - 10 Questions

From a Pool of 57 Questions

About

First exam of school 42 Cursus version 2022.


Languages

Language:C 99.9%Language:Shell 0.1%