Randomized algorithms

Home > Computer Science > Algorithms and data structures > Algorithm design > Randomized algorithms

These algorithms use randomization as part of their design, often to improve performance or to solve problems that are difficult to solve deterministically.