Skip to content
View x0141af92ax's full-sized avatar
🎯
Locked in
🎯
Locked in

Highlights

  • Pro

Block or report x0141af92ax

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

Pinned Loading

  1. libft libft Public

    libft is a static C library of essential functions — from character checks and memory operations to string manipulation and linked lists — serving as the foundation for all future 42 projects.

    C 1

  2. push_swap push_swap Public

    Push_swap is a highly efficient sorting algorithm project involving data manipulation on a stack data structure. The goal is to write a C program that calculates and displays the smallest instructi…

    C

  3. ft_printf ft_printf Public

    Re-implementation of the C printf function for 42 School. Supports formatted output, variadic arguments, and custom conversions while adhering to the constraints of the 42 curriculum.

    C

  4. Get_next_line Get_next_line Public

    get_next_line is a project at 42 School that involves writing a function that returns a line read from a file descriptor. The goal is to learn about static variables, file descriptors, memory manag…

    C