Skip to content
View triangle-motelti's full-sized avatar

Highlights

  • Pro

Block or report triangle-motelti

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Popular repositories Loading

  1. push-swap push-swap Public

    Push Swap is a project that requires sorting a stack of integers using a restricted set of operations and an auxiliary stack.

    C

  2. triangle-fractal triangle-fractal Public

    Fractal: A C-based project that visualizes Mandelbrot, Julia, and Burning Ship fractals using MiniLibX. Features interactive zooming, panning, and color-shifting, with robust input validation and e…

    C

  3. pipe pipe Public

    Pipex is a C program that mimics the behavior of Unix pipes. It allows you to connect two commands by redirecting the output of the first command to the input of the second command, reading from an…

    C

  4. Philosophers Philosophers Public

    This project provides a robust solution to the classic Dining Philosophers problem using multithreading and mutex synchronization.

    C