Part 2 of a 3-part series. — Welcome to part two of my three-part series on Diving into Data Structures in Swift. Here, we’ll dive into sets. In part one, we covered Arrays: https://heartbeat.comet.ml/diving-into-data-structures-in-swift-arrays-4ffd516bde9b Sets Table of contents: A. Overview of sets
B. How sets work under the hood
C. Operations for sets
D. …