42 Exam: Rank 03
t_btree *dequeue(t_queue **q)
int max(int a, int b) return (a > b ? a : b); int ft_btree_level_count(t_btree *root) 42 Exam Rank 03
Introduction: What is Exam Rank 03? Exam Rank 03 is the third of five progressively difficult exams in the 42 curriculum (following Rank 00 and Rank 01, preceding Rank 04 and Rank 05). Unlike a school exam where you memorize facts, the 42 exam is a practical coding test in a restricted environment. t_btree *dequeue(t_queue **q) int max(int a, int b)