X

Introduction to Algorithms and Data Structures in Swift 4: Get ready for programming job interviews. Write better, faster Swift code. (Swift Clinic Book 3)

Product ID : 45513861


Galleon Product ID 45513861
Model
Manufacturer
Shipping Dimension Unknown Dimensions
I think this is wrong?
-
No price yet.
Price not yet available.

Pay with

About Introduction To Algorithms And Data Structures In

Take a closer look at algorithms and data structures and learn how to work with them to more efficiently approach software development with Swift. "Introduction to Algorithms and Data Structures in Swift 4" is a straightforward guide to solving coding problems more efficiently. In this comprehensive book, author Károly Nyisztor helps to familiarize yourself with algorithmic thinking and code optimization techniques. He explains each concept using easy-to-understand examples. He focuses on the practical application, using hands-on Swift code examples you can use for reference and practice. Throughout the book, Károly walks you through several demo applications to demonstrate the power of algorithms and the importance of picking the right solution.Topics include:- Algorithmic thinking- The Big O notation- Constant, linear, polynomial and logarithmic time complexity- Understanding recursion and avoiding pitfalls- Case studies for finding faster solutions- The power of Generics- Built-in Swift collection types- When to use a Set, an Array or a Dictionary?- Implementing selection sort, insertion sort, and bubble sort- Advanced sorting: quicksort and merge sortThe study of algorithms and data structures is fundamental to any programmer who plans to develop software systems that are scalable and performant.  "Introduction to Algorithms and Data Structures in Swift 4" is the perfect book for you if you're interested in bringing your Swift coding skills to the next level.Student reviews from the companion course:"LOVE this instructor! His explanations are always clear and accurate, and his pacing is spot-on. Fantastic!" - Glenn"Speed is very good for the content being taught. The size of the videos is perfect for the depth of the topic being discussed." - Nick Perkins"Excellent clear presentation and covering the to