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 fc254be commit a559359Copy full SHA for a559359
README_ru.md
@@ -39,7 +39,7 @@
39
* [Стэк](/src/main/kotlin/structures/Stack.kt)
40
* [Очередь](/src/main/kotlin/structures/Queue.kt)
41
* [Граф](/src/main/kotlin/structures/Graph.kt)
42
- * [Динамический массив](/src/main/kotlin/structures/DynamicArray.kt)
+ * [Динамический массив](/src/main/kotlin/structures/MyArrayList.kt)
43
* [Связанный список](/src/main/kotlin/structures/LinkedList.kt)
44
* [Min-куча](/src/main/kotlin/structures/MinHeap.kt)
45
* [Max-куча](/src/main/kotlin/structures/MaxHeap.kt)
0 commit comments