Exit

The Monty Hall problem

A simple game. There is a game master and a player, you! Analysis How does it work? How do we solve it? This are all the possible scenarios. scenario door 1 door 2 door 3 1 P, Y     2 Y P   3 Y   P 4 P Y   5   P, […]

Read more Like this post2

Rendering Mandelbrot images with C#

Like many other Computer Science undergraduate students I wrote a program that renders images of the Mandelbrot set1. Although my implementation is quite simple (a resume with most important details is listed below) it is a good working example that maybe can help others who are struggling with rendering fractals, implementing multi-threading or programming in C# […]

Read more Like this post0
Close
Go top