Skip to content

Commit 3d5e739

Browse files
Update hashmap-internals.md
1 parent 1093f22 commit 3d5e739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theory/collections/hashmap-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Как устроен HashMap внутри?
1+
## Вопрос: Как устроен HashMap внутри?
22

33
`HashMap` в Java — это массив **корзин (buckets)**, каждая из которых содержит связанный список (или дерево, если >8 элементов).
44

0 commit comments

Comments
 (0)