Pergunta de entrevista da empresa Capital One

What is the difference between a Map and a Tuple?

Resposta da entrevista

Sigiloso

25 de fev. de 2019

A Map stores key/value pairs, where the key is expected to be unique, while a Tuple is essentially value/value pairs.

1