Skip to content

Commit

Permalink
fix error (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
bqio committed Jan 27, 2022
1 parent cadee14 commit 3038c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.ru-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _Читать на других языках:_
* `B` [Двунаправленный связный список](src/data-structures/doubly-linked-list)
* `B` [Очередь](src/data-structures/queue)
* `B` [Стек](src/data-structures/stack)
* `B` [Хеш-табица](src/data-structures/hash-table)
* `B` [Хеш-таблица](src/data-structures/hash-table)
* `B` [Куча](src/data-structures/heap) — максимальная и минимальная версии
* `B` [Очередь с приоритетом](src/data-structures/priority-queue)
* `A` [Префиксное дерево](src/data-structures/trie)
Expand Down

0 comments on commit 3038c77

Please sign in to comment.