Pinned Loading
-
Responsive-Restaurant-Website
Responsive-Restaurant-Website PublicThis 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
-
100-Prisoner-Problem-
100-Prisoner-Problem- PublicThis 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
-
-
-
Large-Prime-Number
Large-Prime-Number PublicSteps 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
-
Garage-Management-System
Garage-Management-System PublicGarage.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
If the problem persists, check the GitHub status page or contact support.