derandomizations
Derandomizations refer to the study and construction of deterministic algorithms or procedures that replicate, with similar efficiency, the results typically obtained by randomized algorithms. The goal is to minimize or remove the use of randomness while preserving correctness and performance in a given computational model.
The core approach to derandomization lies in the hardness vs randomness paradigm. If there exist functions
Important results include unconditional derandomizations for restricted models, such as space-bounded computation, where Nisan built PRGs
In complexity theory, derandomization illuminates the relationship between randomness and computation. It informs the quest to