30-seconds-of-cpp
30-seconds-of-cpp copied to clipboard
Duplicated items in unordered_map/README.md
Hello !
Describe the bug I noticed that the TODO list in unordered_map/README.md contains duplicated items such as count and find. One entry is checked while the other is unchecked and might be removed.
To Reproduce Go to unordered_map/README.md, you will see this :
:heavy_check_mark: count :heavy_check_mark: find ... :x: count :x: find
Expected behavior Unchecked duplicates should be removed like this :
:heavy_check_mark: count :heavy_check_mark: find ...
Can I fix this issue ?
hi....I have tried working on it. Please do check!
Ok that's fine, thank you !