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 b363e9e commit fc254beCopy full SHA for fc254be
README.md
@@ -41,7 +41,7 @@ Content:
41
* [Stack](/src/main/kotlin/structures/Stack.kt)
42
* [Queue](/src/main/kotlin/structures/Queue.kt)
43
* [Graph](/src/main/kotlin/structures/Graph.kt)
44
- * [Dynamic array](/src/main/kotlin/structures/DynamicArray.kt)
+ * [ArrayList](/src/main/kotlin/structures/MyArrayList.kt)
45
* [Linked list](/src/main/kotlin/structures/LinkedList.kt)
46
* [Min-heap](/src/main/kotlin/structures/MinHeap.kt)
47
* [Max-heap](/src/main/kotlin/structures/MaxHeap.kt)
0 commit comments