Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View usefahmed07's full-sized avatar

Block or report usefahmed07

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.

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

    A collection of Data Structure implementations in C++ with clear examples and clean code. This repository includes common structures like Linked Lists, Stacks, Queues, Trees, Graphs, and more.

    C++ 1

  2. SimpleSnakeGame SimpleSnakeGame Public

    A classic Snake Game implemented using C++, focusing on core programming concepts such as loops, conditions, functions, and basic game logic.

    C++ 1

  3. SimpleHangmanGame SimpleHangmanGame Public

    A simple console Hangman game written in C++ with ASCII art.

    C++