8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cadee14 commit 3038c77Copy full SHA for 3038c77
README.ru-RU.md
@@ -37,7 +37,7 @@ _Читать на других языках:_
37
* `B` [Двунаправленный связный список](src/data-structures/doubly-linked-list)
38
* `B` [Очередь](src/data-structures/queue)
39
* `B` [Стек](src/data-structures/stack)
40
-* `B` [Хеш-табица](src/data-structures/hash-table)
+* `B` [Хеш-таблица](src/data-structures/hash-table)
41
* `B` [Куча](src/data-structures/heap) — максимальная и минимальная версии
42
* `B` [Очередь с приоритетом](src/data-structures/priority-queue)
43
* `A` [Префиксное дерево](src/data-structures/trie)
0 commit comments