Skip to content
View MHSHM's full-sized avatar
  • Atomica AI

Block or report MHSHM

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

Pinned Loading

  1. Maze-Generator Maze-Generator Public

    Generates a maze then solves it using DFS, BFS, Dijkstra and A*

    C++ 2

  2. CGX CGX Public

    CGX is a Graphics Engine/Framework I built while learning computer graphics.

    C++ 1

  3. tinyrenderer tinyrenderer Public

    software rasterizer written in C++

    C++ 1

  4. ConcurrentMatrixMultiplication ConcurrentMatrixMultiplication Public

    Concurrent Matrix Multiplication using C++14 and the standard library thread header

    C++