docs
docs copied to clipboard
docs: Add C++ unordered_set::count() term entry (#8027)
Closes #8027
This PR adds the documentation entry for the C++ unordered_set::count() method.
Implementation Details:
- File Path: Created the file at the required location:
docs/content/cpp/concepts/unordered-set/terms/count/count.md. - Core Concept: The entry clarifies that due to the uniqueness constraint of
unordered_set,.count()will only ever return 1 (found) or 0 (not found). - Structure: Includes the mandatory Description, Syntax, and Example sections.
- Codebyte: Included a Codebyte section with compilable C++ code for searching elements, meeting all issue requirements.
Hey @mamtawardhani @codecademy-docs
I've finished creating the new term entry for unordered_set::count(). The entry includes the required Codebyte and focuses on clarifying the method's unique return values (0 or 1). Ready for review!
Hey @mamtawardhani please look into this issue and merge this please, after which i can move to more issues.
Thanks a lot
@mamtawardhani @dakshdeepHERE Please look into this PR.....and merge this please