Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Map and unordered map functions #505

Closed
wants to merge 2 commits into from
Closed

Map and unordered map functions #505

wants to merge 2 commits into from

Conversation

kdemsich
Copy link

Implemented examples for multiple map functions .cpp files in the snippets directory and added the required .md files as well.
equal_range -> Done
extract -> Done
insert_or_assign -> Done
key_comp -> Done
try_emplace -> Done
value_comp -> Done

Likewise implemented additional functions for the unordered map data structure with required .md files.
<Unordered_Map>count -> Done
<Unordered_Map>find -> Done

Followed the instructions found in issues:
Issue #483 titled “Priority queues is missing”
Issue #36 titled “Add Run Code Links in existing code snippets”
Issue #31 titled “Add new methods in different header directories”
Except for the map and unordered map data structures as found on their respective .md files for missing features.

Copy link
Owner

@Bhupesh-V Bhupesh-V left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please raise one PR per change/addition

@Bhupesh-V Bhupesh-V closed this Oct 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants