Previously we are using unordered_map to map to bool, which can be simplified with unordered_set.
4.6 KiB
4.6 KiB
Previously we are using unordered_map to map to bool, which can be simplified with unordered_set.