Skip to content
View agaleksaX's full-sized avatar
💭
42Yerevan student focused on C programming, algorithms and low-level development
💭
42Yerevan student focused on C programming, algorithms and low-level development

Block or report agaleksaX

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ft_printf ft_printf Public

    Custom implementation of printf in C with variadic arguments and format parsing

    C

  2. get_next_line get_next_line Public

    Read file descriptor line by line in C with static buffer management

    C

  3. libft libft Public

    Custom C library reimplementing standard libc functions, memory handling and linked lists

    C

  4. push_swap push_swap Public

    Sorting algorithm in C using two stacks with optimized operations (push_swap project)

    C

  5. Python Python Public

    A collection of Python modules developed during my journey at 42 programming school. The repository reflects my experience with algorithmic thinking, clean code practices, and solving real-world pr…

    Python

  6. A_Maze_Ing A_Maze_Ing Public

    A Python maze generator with solver, visualization and reusable package support — built as part of the 42 curriculum.

    Python