Data Structures and Algorithms in Swift
- Length: 221 pages
- Edition: 1
- Language: English
- Publisher: Apress
- Publication Date: 2020-04-28
- ISBN-10: 1484257685
- ISBN-13: 9781484257685
Control the performance and stability of the apps you develop in Swift by working with and understanding advanced concepts in data structures and algorithms.
All professional developers have to know which data structure and algorithms to use in their development process. Your choice directly affects the performance of your application. With this book, you’ll increase the performance of your software, become a better developer, and even pass tricky interview questions better when looking at professional development opportunities.
Data Structures and Algorithms in Swift encourages you to further and understand how to best choose the perfect algorithm for your application’s needs.What You’ll Learn
- Retrieve, add, and remove elements in arrays
- Implement stacks, queues, and lists in your apps
- Sort algorithms and choose the best ones for your apps
Who This Book Is For
Developers who have intermediate knowledge in Swift and want to improve their code performance and pass more complex interviews