Data Structures and Algorithms
Oct 16, 2024
Hash Table
Imagine finding any element in a data structure in constant time.
Jul 28, 2024
Stack
Like a literal stack of… dishes, but in software.
Jul 26, 2024
Queue
A linear dynamic set of entities kept in a specific sequence