Hacker News new | ask | show | jobs
Interactive Monty Hall Problem Simulator with Probability Visualization (montyhallsim.vercel.app)
3 points by ig1201 289 days ago
2 comments

a 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 :)

This is actually super cool, good job!