Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

01 Concept

❯

Las Vegas

Las Vegas

Feb 10, 20261 min read

  • algorithms
  • randomized
  • las-vegas

Las Vegas

← Back to Randomized & Probabilistic

Randomized algorithms that always produce the correct result but whose runtime is a random variable. The expected runtime is typically better than the worst-case deterministic alternative.

Key Properties

  • Always Correct
  • Randomized Quicksort

algorithms randomized las-vegas


Graph View

  • Las Vegas
  • Key Properties

Backlinks

  • Randomized & Probabilistic
  • Always Correct
  • Randomized Quicksort

Created with Quartz v4.5.2 © 2026

  • GitHub