Monte Carlo algorithms

Home > Computer Science > Algorithms and data structures > Randomized algorithms > Monte Carlo algorithms

These algorithms use random sampling to solve a problem with a high probability of producing the correct output, but not necessarily always.