beyzanurcaglar's Stars
fbkeskin/42-libft
Creating your own library. The objective of this project is to program a C library regrouping usual functions that you'll be allowed to use in all your future projects.
fbkeskin/42-ft_printf
You will discover a popular and versatile C function: printf().
fbkeskin/42-get_next_line
This project is about programming a function that returns a line read from a file descriptor.
fbkeskin/42-minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
fbkeskin/42-push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.