File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Content:
41
41
* [ Stack] ( /src/main/kotlin/structures/Stack.kt )
42
42
* [ Queue] ( /src/main/kotlin/structures/Queue.kt )
43
43
* [ Graph] ( /src/main/kotlin/structures/Graph.kt )
44
- * [ Dynamic array ] ( /src/main/kotlin/structures/DynamicArray .kt )
44
+ * [ ArrayList ] ( /src/main/kotlin/structures/MyArrayList .kt )
45
45
* [ Linked list] ( /src/main/kotlin/structures/LinkedList.kt )
46
46
* [ Min-heap] ( /src/main/kotlin/structures/MinHeap.kt )
47
47
* [ Max-heap] ( /src/main/kotlin/structures/MaxHeap.kt )
Original file line number Diff line number Diff line change 39
39
* [ Стэк] ( /src/main/kotlin/structures/Stack.kt )
40
40
* [ Очередь] ( /src/main/kotlin/structures/Queue.kt )
41
41
* [ Граф] ( /src/main/kotlin/structures/Graph.kt )
42
- * [ Динамический массив] ( /src/main/kotlin/structures/DynamicArray .kt )
42
+ * [ Динамический массив] ( /src/main/kotlin/structures/MyArrayList .kt )
43
43
* [ Связанный список] ( /src/main/kotlin/structures/LinkedList.kt )
44
44
* [ Min-куча] ( /src/main/kotlin/structures/MinHeap.kt )
45
45
* [ Max-куча] ( /src/main/kotlin/structures/MaxHeap.kt )
You can’t perform that action at this time.
0 commit comments