Skip to content
View adaza-ru's full-sized avatar
  • Málaga, Spain
  • 08:37 (UTC +02:00)

Highlights

  • Pro

Block or report adaza-ru

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.

Content in all repositories owned by your account will be closed.
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

Popular repositories Loading

  1. libft libft Public

    Custom reimplementation of core C standard library functions (memory, strings, conversions) plus a linked-list toolkit, organized by category and built as a static library

    C

  2. get_next_line get_next_line Public

    get_next_line in C — two implementations (array vs linked-list) compared for speed vs memory efficiency across multiple file descriptors

    C

  3. ft_printf ft_printf Public

    Custom printf() implementation in C, refactored into a buffered I/O engine — ~30x faster than the unbuffered baseline, with syscalls cut by 99.9%

    C

  4. push_swap push_swap Public

    push_swap sorting algorithm in C — computes the shortest operation sequence to sort integers across two stacks, verified by a companion checker binary

    C

  5. Codexion Codexion Public

    Concurrency simulation in C — a Dining Philosophers evolution with deadlock prevention, starvation-free scheduling, and precise deadline monitoring

    C