Source: wikibot/external-memory-algorithm

= External memory algorithm
{wiki=External_memory_algorithm}

An external memory algorithm is a type of algorithm designed to efficiently handle large data sets that do not fit into a computer's main memory (RAM). Instead, these algorithms are optimized for accessing and processing data stored in external memory, such as hard drives, SSDs, or other forms of secondary storage.