Skip to content

Simulates the Monty Hall Problem. The point was to empirically show that it is indeed better to switch doors rather than stay.

Notifications You must be signed in to change notification settings

lsogor/monty_hall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

monty_hall

Simulates the Monty Hall Problem. The point was to empirically show that it is indeed better to switch doors rather than stay.

You can just run the SimulationApp.java and see for yourself! There is also a SimulationApp_parallelised.java file attached. It produces the same output as SimulationApp.java but some steps are parallelised which means it runs a bit faster. The time that is output measures only how long the parallelised part of the code takes to execute. This is only meant for comparison with the standard sequential SimulationApp.java.

About

Simulates the Monty Hall Problem. The point was to empirically show that it is indeed better to switch doors rather than stay.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages