Revature Interview Question

What is a Set and a Map, and how are they different?

Interview Answer

Anonymous

Nov 17, 2020

Set is a data structure that enforces a no duplicate value rule and the map is a data structure that uses key and value pair to store and organize data