I've been facing some confusion about when to use map and unordered_map. In some problems, using unordered_map leads to TLE , while map works fine. This has made me curious about the correct usage of these two containers.
Could you give me any suggestion please