ServiceTitan interview question

Test 1: Implement a multimap dictionary interface and make sure all the unit tests pass.

Interview Answer

Anonymous

8 Feb 2023

Relatively simple test, need to map a list to a key.

1