nCino Interview Question

What is the difference between a map and a set.

Interview Answer

Anonymous

Oct 7, 2021

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