Skip to content
View SaidM96's full-sized avatar

Highlights

  • Pro

Block or report SaidM96

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

Pinned Loading

  1. Minirt42 Minirt42 Public

    This project is an introduction to the beautiful world of Raytracing. the miniRT is my first ray tracer coded in C, normed and humble but functionnal.

    C 5 1

  2. philosophers philosophers Public

    The dining philosopher's problem. Solved using mutexes

    C

  3. ft_container ft_container Public

    The goal is to re-implement standard C++ containers to ensure a solid understanding of their functionality and underlying structure.

    C++

  4. ft_IRC42 ft_IRC42 Public

    Internet Relay Chat or IRC is a text-based communication protocol on the Internet. It offers real-time messaging that can be either public or private. Users can exchange direct messages and join gr…

    C++

  5. ft_transcendence- ft_transcendence- Public

    backend for project ft_transcendence written with typescript framework Nestjs

    TypeScript

  6. Red_Black_Tree Red_Black_Tree Public

    Red-Black Tree is a type of self-balancing binary search tree, where each node is colored red or black to ensure that the tree remains balanced during insertions and deletions.

    C++