ServiceTitan interview question

Implement a MultiMap data structure

Interview Answer

Anonymous

7 Feb 2024

Use a Dictonary with HashSet as the value.