Skip to content
View bahiya666's full-sized avatar

Block or report bahiya666

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

Popular repositories Loading

  1. JaggedArray JaggedArray Public

    Create a jagged array (an array of arrays) with emphasis on Dynamic Memory Allocation, Data Parsing and Memory Cleanup

    C++

  2. StringManipulation StringManipulation Public

    String operations such as concatenation, comparison, assignment, and clean non-alphanumeric characters from a string and supports case-insensitive comparisons

    C++

  3. CombatSimulationGame CombatSimulationGame Public

    A combat system between different types of soldiers: Brutes, Mages, and Ninjas, each equipped with unique weapons and abilities

    C++

  4. ShopSystem ShopSystem Public

    A shop with various products, services, and subscriptions. The system handles adding items to the shop, calculating their prices, and managing purchases

    C++

  5. Dictionary-Scoreboard Dictionary-Scoreboard Public

    This project provides a system for managing a dictionary of key-value pairs, as well as a scoreboard that tracks users' scores.

    C++

  6. SinglyLinkedList SinglyLinkedList Public

    Implements a Singly Linked List data structure in C++. The code defines a series of classes and templates to manage and manipulate a linked list, including functions for insertion, deletion, sortin…

    C++