-
Notifications
You must be signed in to change notification settings - Fork 4.4k
docs: Add C++ unordered_set::count() term entry (#8027) #8033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add C++ unordered_set::count() term entry (#8027) #8033
Conversation
|
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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for a second review! 🚀
|
@mamtawardhani @dakshdeepHERE Please look into this PR.....and merge this please |
|
Hello @mamtawardhani @Sriparno08 Can you please merge this PR, it has been hanging here for too long now I think. |
Sriparno08
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, @Rishabh1925!
|
👋 @Rishabh1925 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/cpp/unordered-set/count Please note it may take a little while for changes to become visible. |
Closes #8027
This PR adds the documentation entry for the C++
unordered_set::count()method.Implementation Details:
docs/content/cpp/concepts/unordered-set/terms/count/count.md.unordered_set,.count()will only ever return 1 (found) or 0 (not found).