Skip to content
View sriramvema's full-sized avatar
Block or Report

Block or report sriramvema

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

  1. DNA-Sequencer DNA-Sequencer Public

    This project uses a hash table with quadratic probing to store individual strands of DNA. Once the hash table reaches its capacity, all the data is copied into a new table with a capacity four time…

    C++

  2. Squeue Squeue Public

    C++

  3. Class-Grade-Calculator Class-Grade-Calculator Public

    This project uses a 2d structure of pointers to store the grades of students in different classes. It can then calculate the statistics of each class and the statistics of all the classes together …

    C++

  4. Elevator-Simulator Elevator-Simulator Public

    This simulator has nodes connected in a doubly linked list. Each node stands for a floor and the list can simulate an elevator carrying passengers back and forth between floors

    C++

  5. Royal-Game-of-Ur Royal-Game-of-Ur Public

    Board Game. Loaded data from CSV files to create a 2D game platform. Defined functions and classes to allow 2 players to play against each other. Stored player data in dictionaries to keep track of…

    Python

  6. Harry-Potter Harry-Potter Public

    A battle game where the player battles various Harry Potter villains. Players can choose from a collection of characters with special abilities. - Uses File IO to load character and game data and s…

    C++