Recent content by kyle2015

  1. K

    MHB Question about haskell ( The Monty Hall problem)

    I just study Haskell. This program is very interesting. I find this question from book. Can you give me some tips and answer? -- We're going to build a simulation of the Monty Hall problem. We'll use -- lists to represent the state of the doors (0 = empty, 1 = prize), so here -- are all the...
Back
Top