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

Block or report shree131

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. Responsive-Restaurant-Website Responsive-Restaurant-Website Public

    This is a responsive website for a restaurant that renders well on a variety of devices (Desktop/Laptop, Tablet, and Smart Phone). Other features include Google Maps to locate the restaurant, call …

    HTML 1

  2. 100-Prisoner-Problem- 100-Prisoner-Problem- Public

    This code simulates a random guess case for the 100 Prisoner Problem using Python's pseudo random number generator. The simulation takes place 100 times and calculates the success rate of winning i…

    Python 1

  3. Slide-or-Jump Slide-or-Jump Public

    Java 1

  4. Store-Inventory-Management Store-Inventory-Management Public

    Java 1

  5. Large-Prime-Number Large-Prime-Number Public

    Steps for finding a large prime number: 1. Pick a random integer smaller than 10,000 which is relatively prime to 2 · 3 · 5 · 7 · 11 = 2310. 2. Pick a random integer K such that x = 2310K +n is 100…

    Python

  6. Garage-Management-System Garage-Management-System Public

    Garage.java utilizes a stack to simulate cars entering and exiting a garage. Since the garage can only accommodate 7 cars at a time, the rest of the cars that want to enter the garage need to wait …

    Java 1