Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fc254be

Browse files
changed name "DynamicArray" to "ArrayList"
1 parent b363e9e commit fc254be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Content:
4141
* [Stack](/src/main/kotlin/structures/Stack.kt)
4242
* [Queue](/src/main/kotlin/structures/Queue.kt)
4343
* [Graph](/src/main/kotlin/structures/Graph.kt)
44-
* [Dynamic array](/src/main/kotlin/structures/DynamicArray.kt)
44+
* [ArrayList](/src/main/kotlin/structures/MyArrayList.kt)
4545
* [Linked list](/src/main/kotlin/structures/LinkedList.kt)
4646
* [Min-heap](/src/main/kotlin/structures/MinHeap.kt)
4747
* [Max-heap](/src/main/kotlin/structures/MaxHeap.kt)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /