Interactive Monty Hall Problem Simulator with Probability Visualization
montyhallsim.vercel.app
Interactive Monty Hall Problem Simulator with Probability Visualization
1–3 of 3 posts
Re: Interactive Monty Hall Problem Simulator with Probability Visualization
#2a decade ago i saw "21 movie" and loved this scene https://www.youtube.com/watch?v=CYyUuIXzGgI
Recently I came across this video again, so I built an interactive web simulator to demonstrate the Monty Hall problem using nextjs.
Link: https://montyhallsim.vercel.app/
Would appreciate feedback on it and any edge cases I might have missed :)
Re: Interactive Monty Hall Problem Simulator with Probability Visualization
#3This is actually super cool, good job!