Scala collections: how to pick the right one
The building blocks: what sits beneath every collection
A data structure has three main components: the data it holds, the relationships between elements, and the operations it supports—such as search
scalacollections.hashnode.dev5 min read