https://s3-us-west-2.amazonaws.com/secure.notion-static.com/176e91f5-2663-4b7d-b161-1afa4144df20/SwiftDataStructures.jpeg

Data Structures & Algorithms in Swift

Learn about datastructures in Swift (linked lists, graphs, trees, tries etc) their implementations, use cases and associated task. Study time and space complexity of you algorithms to deliver best solutions possible.

<aside> 💡 If you don't know the difference in performance of O(1), O(n), O(n^2) solutions or don't know optimal way to traverse binary tree - you definitely need to start with the book like this one.

</aside>