Skip to content

Adicionar um Algoritmo randomizado ao texto "Finitude, Corretude & Complexidade de Algoritmos" #5

@oseasandrepro

Description

@oseasandrepro

Candidatos:
Randomized Quicksort: By picking a pivot uniformly at random, this algorithm avoids the
worst-case performance of naive quicksort on sorted data, ensuring
expected time.

Randomized Hashing: Randomly selecting a hash function from a universal family ensures that the probability of any two keys colliding is low, providing
expected lookup time.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions