Skip to content
View MahmoudZayad's full-sized avatar
  • Chicago

Highlights

  • Pro
Block or Report

Block or report MahmoudZayad

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

  1. Habits-App Habits-App Public

    Fullstack web app written in TypeScript using React with the Next.js framework. Backend consists of a PostgreSQL database, using Prisma as the ORM. Users can login using Google OAuth, create, delet…

    TypeScript

  2. Pathfinding-Visualizer Pathfinding-Visualizer Public

    This program is a visualizer of different pathfinding algorithms. It will show how the algorithms search by visualzing each iteration and shows the shortest path to the end cell once found. You can…

    C++

  3. CellularAutomata CellularAutomata Public

    Conway's Game of Life made in Java using JavaFX. I used OOP and Multithreading in this project. Cells that go off screen are drawn on the opposite side.

    Java

  4. Sorting-Visualizer Sorting-Visualizer Public

    Sorting Algorithm Visualizer built in C++ using SDL2 and IMGui. Select from a number of sorting algorithms to sort varying sizes of arrays.

    C++