30-seconds-of-cpp icon indicating copy to clipboard operation
30-seconds-of-cpp copied to clipboard

Duplicated items in unordered_map/README.md

Open Cc618 opened this issue 4 years ago • 3 comments

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 ...

Cc618 avatar Oct 10 '20 11:10 Cc618

Can I fix this issue ?

Cc618 avatar Oct 10 '20 11:10 Cc618

hi....I have tried working on it. Please do check!

Tuntai avatar Oct 10 '20 21:10 Tuntai

Ok that's fine, thank you !

Cc618 avatar Oct 11 '20 08:10 Cc618