Introduction to Algorithms and Data Structures in Swift 4 - Karoly Nyisztor

Introduction to Algorithms and Data Structures in Swift 4

By Karoly Nyisztor

  • Release Date: 2018-08-02
  • Genre: Programming

Description

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 sort

The 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 topic very well - recommended course!" - Graham Wright

"Very well made and in-depth explanations. Easy to follow and a lot of visual references making it very easy to understand! Great course overall and highly recommended." - Peter West

"This course gives me a much deeper understanding of how to write efficient and effective Swift code. It addresses things not covered in the various other crash courses on iOS development, things not apparent at first. I'd published several simple apps and games already but discovered I needed this information when I started working on a much more complex app and needed to understand how to improve my app's performance, so I searched for information on that and discovered this very helpful course." - Minni K. Ang

About the Author
Károly Nyisztor is a veteran mobile developer and instructor.
He has built several successful iOS apps and games—most of which were featured by Apple—and is the founder at LEAKKA, a software development, and tech consulting company. He's worked with companies such as Apple, Siemens, SAP, and Zen Studios.

Currently, he spends most of his days as a professional software engineer and IT architect. In addition, he teaches object-oriented software design, iOS, Swift, Objective-C, and UML. As an instructor, his aim is to share his 20+ years of software development expertise and change the lives of students throughout the world. He's passionate about helping people reveal hidden talents, and guide them into the world of startups and programming.

You can find his courses and books on all major platforms including Amazon, Lynda, LinkedIn Learning, Pluralsight, Udemy, and iTunes.

Comments