ServiceTitan interview question

Implement a MultiMap data structure

Interview Answer

Anonymous

Feb 7, 2024

Use a Dictonary with HashSet as the value.