Skip to content

Conversation

anuj123upadhyay
Copy link
Contributor

Description

This PR adds a new Docs entry for C++ bucket_size() under content/cpp/concepts/unordered-map/terms/bucket-size/bucket-size.md
the entry explain the uses of the bucket_size() for unordered_map in C++ , including:

  • A clear description of its purpose
  • A dedicated ##Syntax section covering all overloads
  • Example use cases in plain code
  • A live Codebyte example using codebyte/cpp for interactive execution

Issue Solved

Closes #7140

Type of Change

  • Adding a new entry

Checklist

  • [✅] All writings are my own.
  • [✅] My entry follows the Codecademy Docs style guide.
  • [✅] My changes generate no new warnings.
  • [✅] I have performed a self-review of my own writing and code.
  • [✅] I have checked my entry and corrected any misspellings.
  • [✅] I have made corresponding changes to the documentation if needed.
  • [✅] I have confirmed my changes are not being pushed from my forked main branch.
  • [✅] I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • [✅] I have linked any issues that are relevant to this PR in the Issues Solved section.

@mamtawardhani
Copy link
Collaborator

Hey @anuj123upadhyay, can you please remove the other files from the branch and keep only the required one?

@mamtawardhani mamtawardhani self-assigned this Aug 25, 2025
@mamtawardhani mamtawardhani added c++ C++ entries new entry New entry or entries status: waiting for author status: under review Issue or PR is currently being reviewed labels Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ C++ entries new entry New entry or entries status: under review Issue or PR is currently being reviewed status: waiting for author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Entry] C++ unordered map: bucket_size()
2 participants