Version: January 2021
Reference repository for all the 42 C Piscine projects.
shell00, shell01, c00, c01, c02, c03, c04, c05, c06, c07, c08, c09, c10, c11, c12, c13, rush00, rush01
- ex00: Z
- ex01: testShell00
- ex02: exo02
- ex03: Kerberos
- ex04: midLS
- ex05: GiT commit
- ex06: gitignore
- ex07: diff
- ex08: clean
- ex09: 42 file
- ex01: print_groups
- ex02: find_sh
- ex03: count_files
- ex04: MAC
- ex05: Marvin
- ex06: Skip
- ex07: r_dwssap
- ex08: add_chelou
- ex00: ft_putchar
- ex01: ft_print_alphabet
- ex02: ft_print_reverse_alphabet
- ex03: ft_print_numbers
- ex04: ft_is_negative
- ex05: ft_print_comb
- ex06: ft_print_comb2
- ex07: ft_putnbr
- ex08: ft_print_combn
- ex00: ft_ft
- ex01: ft_ultimate_ft
- ex02: ft_swap
- ex03: ft_div_mod
- ex04: ft_ultimate_div_mod
- ex05: ft_putstr
- ex06: ft_strlen
- ex07: ft_rev_int_tab
- ex08: ft_sort_int_tab
- ex00: ft_strcpy
- ex01: ft_strncpy
- ex02: ft_str_is_alpha
- ex03: ft_str_is_numeric
- ex04: ft_str_is_lowercase
- ex05: ft_str_is_uppercase
- ex06: ft_str_is_printable
- ex07: ft_strupcase
- ex08: ft_strlowcase
- ex09: ft_strcapitalize
- ex10: ft_strlcpy
- ex11: ft_putstr_non_printable
- ex12: ft_print_memory
- ex00: ft_strlen
- ex01: ft_putstr
- ex02: ft_putnbr
- ex03: ft_atoi
- ex04: ft_putnbr_base
- ex05: ft_atoi_base
- ex00: ft_iterative_factorial
- ex01: ft_recursive_factorial
- ex02: ft_iterative_power
- ex03: ft_recursive_power
- ex04: ft_fibonacci
- ex05: ft_sqrt
- ex06: ft_is_prime
- ex07: ft_find_next_prime
- ex08: The Ten Queens
- ex00: ft_strdup
- ex01: ft_range
- ex02: ft_ultimate_range
- ex03: ft_strjoin
- ex04: ft_convert_base
- ex05: ft_split
- ex00: ft.h
- ex01: ft_boolean.h
- ex02: ft_abs.h
- ex03: ft_point.h
- ex04: ft_strs_to_tab
- ex05: ft_show_tab
- ex00: ft_foreach
- ex01: ft_map
- ex02: ft_any
- ex03: ft_count_if
- ex04: ft_is_sort
- ex05: do-op
- ex06: ft_sort_string_tab
- ex07: ft_advanced_sort_string_tab
- ex00: ft_create_elem
- ex01: ft_list_push_front
- ex02: ft_list_size
- ex03: ft_list_last
- ex04: ft_list_push_back
- ex05: ft_list_push_strs
- ex06: ft_list_clear
- ex07: ft_list_at
- ex08: ft_list_reverse
- ex09: ft_list_foreach
- ex10: ft_list_foreach_if
- ex11: ft_list_find
- ex12: ft_list_remove_if
- ex13: ft_list_merge
- ex14: ft_list_sort
- ex15: ft_list_reverse_fun
- ex16: ft_sorted_list_insert
- ex17: ft_sorted_list_merge