https://github.com/dracudev/c-piscine-reloaded
Exercises to remind all the basics learned during the 42 piscine.
https://github.com/dracudev/c-piscine-reloaded
42 42born2code 42school c-programming piscine-reloaded
Last synced: about 1 month ago
JSON representation
Exercises to remind all the basics learned during the 42 piscine.
- Host: GitHub
- URL: https://github.com/dracudev/c-piscine-reloaded
- Owner: dracudev
- Created: 2024-06-17T08:26:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T11:07:42.000Z (11 months ago)
- Last Synced: 2025-02-16T10:42:37.015Z (3 months ago)
- Topics: 42, 42born2code, 42school, c-programming, piscine-reloaded
- Language: C
- Homepage:
- Size: 1.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Index
| Number | Exercise |
| ------ | -------------------------- |
| 00 | [Oh yeah, mooore...](ex00) |
| 01 | [Z](ex01) |
| 02 | [clean](ex02) |
| 03 | [find_sh](ex03) |
| 04 | [MAC](ex04) |
| 05 | [Can you create it ?](ex05) |
| 06 | [ft_print_alphabet](ex06) |
| 07 | [ft_print_numbers](ex07) |
| 08 | [ft_is_negative](ex08) |
| 09 | [ft_ft](ex09) |
| 10 | [ft_swap](ex10) |
| 11 | [ft_div_mod](ex11) |
| 12 | [ft_iterative_factorial](ex12) |
| 13 | [ft_recursive_factorial](ex13) |
| 14 | [ft_sqrt](ex14) |
| 15 | [ft_putstr](ex15) |
| 16 | [ft_strlen](ex16) |
| 17 | [ft_strcmp](ex17) |
| 18 | [ft_print_params](ex18) |
| 19 | [ft_sort_params](ex19) |
| 20 | [ft_strdup](ex20) |
| 21 | [ft_range](ex21) |
| 22 | [ft_abs.h](ex22) |
| 23 | [ft_point.h](ex23) |
| 24 | [Makefile](ex24) |
| 25 | [ft_foreach](ex25) |
| 26 | [ft_count_if](ex26) |
| 27 | [display_file](ex27) |