nCino interview question

What is the difference between a map and a set.

Interview Answer

Anonymous

7 Oct 2021

A map has a unique key but not unique value. A set has a unique key and value.