Skip to content
View carolina-tcn's full-sized avatar

Block or report carolina-tcn

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
carolina-tcn/README.md

Pinned Loading

  1. cpp cpp Public

    C++ modules to learn Object-Oriented Programming. Comply with the C++98 standard.

    C++

  2. fractol fractol Public

    A 2D program about mathematical fractals, created in C with the MiniLib graphics library.

    C

  3. ibm_python_project ibm_python_project Public

    Program that simulates a basic management system for a library. It allows registering books and managing loans to users.

    Python

  4. philosophers philosophers Public

    C program that simulates the dining philosophers problem using threads and mutexes.

    C

  5. pipex pipex Public

    C program that replicates the shell's pipe functionality. It reads input from a file, executes two commands and directs the output to another file.C program that replicates the shell's pipe functio…

    C

  6. push_swap push_swap Public

    A sorting program that organizes a stack of integer numbers using two stacks and a set of permitted operations and using less movements as possible.

    C