Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

00 Category

❯

Randomized & Probabilistic

Randomized & Probabilistic

Feb 10, 20261 min read

  • algorithms
  • randomized
  • probabilistic

Randomized & Probabilistic

Back: Algorithms

Algorithms that use randomness as part of their logic. They can provide simpler, faster, or more space-efficient solutions than deterministic alternatives, sometimes at the cost of a small probability of error or variable runtime.

Concepts

  • Monte Carlo
  • Las Vegas
  • Reservoir Sampling
  • HyperLogLog

algorithms randomized probabilistic


Graph View

  • Randomized & Probabilistic
  • Concepts

Backlinks

  • HyperLogLog
  • Las Vegas
  • Monte Carlo
  • Reservoir Sampling
  • Algorithms

Created with Quartz v4.5.2 © 2026

  • GitHub