You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/cpp/concepts/unordered-set/terms/bucket/bucket.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ CatalogContent:
14
14
- 'paths/computer-science'
15
15
---
16
16
17
-
**bucket()** in C++ returns the index of the bucket in which a specific element is stored within an [`unordered_set`](https://www.codecademy.com/resources/docs/cpp/unordered-set).
17
+
**bucket** in C++ returns the index of the bucket in which a specific element is stored within an [`unordered_set`](https://www.codecademy.com/resources/docs/cpp/unordered-set).
18
18
19
19
It can be used to understand the internal hash table structure, check the distribution of elements, or implement custom traversal logic.
0 commit comments