piscine/README.md
Willem Haffmans 607ce08c18 all
2024-09-10 00:18:01 +02:00

119 lines
2.1 KiB
Markdown

# piscine-codam
## c00
ex00: ft_putchar.c
ex01: ft_print_alphabet.c
ex02: ft_print_reverse_alphabet.c
ex03: ft_print_numbers.c
ex04: ft_is_negative.c
ex05: ft_print_comb.c
ex06: ft_print_comb2.c
ex07: ft_putnbr.c
## c01
ex00: ft_ft.c
ex01: ft_ultimate_ft.c
ex02: ft_swap.c
ex03: ft_div_mod.c
ex04: ft_ultimate_div_mod.c
ex05: ft_putstr.c
ex06: ft_strlen.c
ex07: ft_rev_int_tab.c
ex08: ft_sort_int_tab.c
## c02
ex00: ft_strcpy.c
ex01: ft_strncpy.c
ex02: ft_str_is_alpha.c
ex03: ft_str_is_numeric.c
ex04: ft_str_is_lowercase.c
ex05: ft_str_is_uppercase.c
ex06: ft_str_is_printable.c
ex07: ft_strupcase.c
ex08: ft_strlowcase.c
ex09: ft_strcapitalize.c
ex10: ft_strlcpy.c
ex11: ft_putstr_non_printable.c
## c03
ex00: ft_strcmp.c
ex01: ft_strncmp.c
ex02: ft_strcat.c
ex03: ft_strncat.c
ex04: ft_strstr.c
ex05: ft_strlcat.c
## c04
ex00: ft_strlen.c
ex01: ft_putstr.c
ex02: ft_putnbr.c
ex03: ft_atoi.c
ex04: ft_putnbr_base.c
ex05: ft_atoi_base.c
## c05
ex00: ft_iterative_factorial.c
ex01: ft_recursive_factorial.c
ex02: ft_iterative_power.c
ex03: ft_recursive_power.c
ex04: ft_fibonacci.c
ex05: ft_sqrt.c
ex06: ft_is_prime.c
ex07: ft_find_next_prime.c
ex08: ft_ten_queens_puzzle.c
## c06
ex00: ft_print_program_name.c
ex01: ft_print_params.c
ex02: ft_rev_params.c
ex03: ft_sort_params.c
## c07
ex00: ft_strdup.c
ex01: ft_range.c
ex02: ft_ultimate_range.c
ex03: ft_strjoin.c
ex04: ft_convert_base.c
ft_convert_base2.c
ex05: ft_split.c
## c08
ex00: ft.h
ex01: ft_boolean.h
ex02: ft_abs.h
ex03: ft_point.h
ex04: ft_strs_to_tab.c
ex05: ft_show_tab.c
## c11
ex00: ft_foreach.c
ex01: ft_map.c
ex02: ft_any.c
ex03: ft_count_if.c
ex04: ft_is_sort.c
ex05: do-op.c
ops.c
ops.h
## c12
ft_list.h
ex00: ft_create_elem.c
ex01: ft_list_push_front.c
ex02: ft_list_size.c
ex03: ft_list_last.c
ex04: ft_list_push_back.c
ex05: ft_list_push_strs.c
ex06: ft_list_clear.c
ex07: ft_list_at.c
ex08: ft_list_reverse.c
ex09: ft_list_foreach.c
ex10: ft_list_foreach_if.c
ex11: ft_list_find.c
ex12: ft_list_remove_if.c
ex13: ft_list_merge.c
ex14: ft_list_sort.c
ex15: ft_reverse_fun.c
ex16: ft_sorted_list_insert.c
ex17: ft_sorted_list_merge.c