Cell-probe model

ID: cell-probe-model

Cell-probe model by Wikipedia Bot 0
The cell-probe model is a theoretical framework used in computer science to study the efficiency of data structures and algorithms, particularly in terms of their space usage and query time. This model is particularly useful in the context of RAM (Random Access Memory) computation but simplifies the analysis by focusing on the number of memory accesses rather than the actual time taken by those accesses.

New to topics? Read the docs here!