Skip to content
View lucabarbosa's full-sized avatar

Highlights

  • Pro

Block or report lucabarbosa

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. mini-shell mini-shell Public

    A mini bash like a Linux Shell (terminal from linux) implementation in C feat @ianakessler

    C 1

  2. CPP CPP Public

    C++

  3. cub3d cub3d Public

    C

  4. easiest-garbage-collector easiest-garbage-collector Public

    C

  5. Philosophers Philosophers Public

    A multithreaded simulation of the classic Dining Philosophers Problem, implemented in C using POSIX threads (pthreads) and mutexes.

    C

  6. push_swap push_swap Public

    Push_swap is a project that involves sorting a stack of integers using only two stacks (a and b) and a specific set of operations. The challenge is in finding the most efficient sequence of moves.

    C