Skip to content
View cerkurt's full-sized avatar
๐Ÿ™€
๐Ÿ™€

Highlights

  • Pro

Block or report cerkurt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
cerkurt/README.md

Popular repositories Loading

  1. a_maze_ing__42_curriculum a_maze_ing__42_curriculum Public

    A maze generator and solver (DFS/BFS) โ€” 42 curriculum project

    Python 1

  2. cerkurt cerkurt Public

    Software Engineering student at Codam (42 Amsterdam).

  3. libft libft Public

    Custom C standard library implementation (Codam / 42 Amsterdam Project)

  4. push_swap__42_curriculum push_swap__42_curriculum Public

    42 push_swap โ€” sorting two stacks with minimal operations (ABC algorithm, rank + window strategy, ring buffer stacks).

    C

  5. get_next_line__42_curriculum get_next_line__42_curriculum Public

    Implementing a C function that reads a file line by line from a file descriptor.

    C

  6. ft_printf__42_curriculum ft_printf__42_curriculum Public

    Manuel implementation of printf function that parses a format string, prints the formatted output to stdout, and returns the number of printed characters.

    C