andb.online
Search
Search
Dark mode
Light mode
Reader mode
Explorer
data-structures
9 items with this tag.
Feb 22, 2026
Структуры данных
interview
algorithms
data-structures
index
Feb 22, 2026
Stack (Стек)
interview
algorithms
data-structures
stack
lifo
Feb 22, 2026
Queue (Очередь)
interview
algorithms
data-structures
queue
fifo
Feb 22, 2026
Linked List (Связный список)
interview
algorithms
data-structures
linked-list
two-pointers
Feb 22, 2026
Array (Массив)
interview
algorithms
data-structures
array
Feb 22, 2026
Hash Table (Хэш-таблица)
interview
algorithms
data-structures
hash-map
hash-table
Feb 22, 2026
Heap (Куча)
interview
algorithms
data-structures
heap
priority-queue
Feb 22, 2026
Deque (Двусторонняя очередь)
interview
algorithms
data-structures
deque
queue
Jul 03, 2023
Вероятностные структуры данных
interview
algorithms
data-structures
probabilistic
bloom-filter
hyperloglog