Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Life Purpose Meditation Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Software Engineering Swift

Introduction to Algorithms and Data Structures in Swift 5

Lay the foundations of algorithms and data structures in Swift 5. Level up your Swift 5 coding skills.
Rating: 4.5 out of 54.5 (372 ratings)
2,504 students
Created by Karoly Nyisztor • Professional Software Architect
Last updated 11/2020
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Learn how to write elegant and efficient code from a leading expert
  • Cut down on your development time
  • Get the companion eBook for FREE! (sells for $28.80 on Amazon)
  • Gain a working knowledge of algorithmic thinking
  • Learn how to improve the performance of existing code
  • Get ready for technical job interviews
Curated for the Udemy for Business collection

Course content

11 sections • 60 lectures • 2h 12m total length

  • Preview02:40
  • Preview01:05
  • Preview01:14
  • Prerequisites
    01:02
  • Demo Projects and Other Useful Resources
    00:30
  • Join the Official Student Group
    00:20

  • Big O - Overview
    02:35
  • Constant Time - O(1)
    Preview05:40
  • Linear Time - O(n)
    04:17
  • Quadratic Time - O(n2)
    03:53
  • Hints for O(n^k) Complexity
    01:32
  • Logarithmic Time - O(log n)
    01:56
  • Summary
    01:30
  • Big O Quizzes
    3 questions
  • Big-O Source Code (Swift playground projects)
    00:36

  • Recursion - Overview
    00:40
  • Preview02:38
  • How Does Recursion Work?
    04:45
  • Recursion Pitfalls
    02:37
  • How to Avoid Infinite Recursion?
    01:51
  • Recursion Quizzes
    4 questions
  • Recursion Source Code (Swift playground projects)
    00:36

  • The Power of Algorithms - Overview
    01:29
  • Calculate Sum(N)
    03:04
  • Pair Matching Challenge
    04:17
  • Find the Equilibrium Index
    03:51
  • Summary
    01:49
  • The Power of Algorithms - Source Code (Swift playground projects)
    00:36

  • Generics - Overview
    00:55
  • Why Generics?
    01:24
  • Generic Types
    01:56
  • Generic Functions
    03:47
  • Generics Quizzes
    3 questions
  • Generics Sample Code (Swift playground project)
    00:36

  • Swift Collection Types - Overview
    00:55
  • The Array
    02:08
  • Accessing the Array
    01:09
  • Modifying the Array
    02:43
  • The Set
    02:27
  • Accessing and Modifying the Set
    01:48
  • Set Operations
    01:10
  • The Hashable Protocol
    04:40
  • The Dictionary
    02:33
  • Accessing and Modifying the Dictionary
    01:35
  • Swift Collection Types Quizzes
    9 questions
  • Built-in Swift Collection Types - Demos (Swift playground projects)
    00:36

  • Basic Sorting - Overview
    02:17
  • Selection Sort
    05:33
  • Selection Sort Summary
    00:49
  • Insertion Sort
    07:58
  • Insertion Sort - Summary
    01:03
  • Bubble Sort
    05:05
  • Bubble Sort - Summary
    01:01
  • Basic Sorting Quizzes
    4 questions
  • Basic Sorting Demos (Swift playground project)
    00:36

  • Advanced Sorting - Overview
    00:53
  • Merge Sort
    03:46
  • Merge Sort - Summary
    00:55
  • Quicksort
    03:28
  • Quicksort - Summary
    00:57
  • Advanced Sorting Quizzes
    3 questions
  • Advanced Sorting Source Code (Swift playground projects)
    00:36

  • Swift 5.1 Property Wrappers
    05:48

  • Final Thoughts
    02:32
  • FREE Bonus eBook! (worth $28.80)
    00:17
  • BONUS: Huge Discounts on My other Courses & Useful Links
    01:29

Requirements

  • You should be comfortable with concepts like variables, methods, and classes
  • Basic knowledge of Xcode
  • A desire to learn

Description

** The very first Swift algorithms and data structures course on Udemy (Updated November 2020) **
Extra Bonus: Free e-book version included
(sells for $28.80 on Amazon)!

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 5" is a straightforward guide to solving coding problems more efficiently. 

In this comprehensive course, 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. 

Although the demos are implemented in Swift, the lessons can be applied to any programming language.

Throughout the course, 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

  • 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 5" is the perfect course for you if you're interested in bringing your Swift coding skills to the next level.


SUCCESS STORIES - SEE WHAT OTHERS HAVE ACHIEVED

"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

"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


MORE THAN AN ONLINE COURSE. WITH THIS CLASS, YOU ALSO RECEIVE:

  • Expert instructions
    Karoly's been working as a software architect for more than two decades. He designed and developed professional systems, including core components of Siemens Healthcare's syngo image processing system.
    Karoly was one of the senior software architects behind the SAP Cloud Platform SDK for iOS, a framework built by Apple and SAP.

  • Premium support
    As a student of this course, you’ll get personalized attention and support.

  • The companion eBook for FREE!
    The paperback version sells for $28.80 on Amazon

  • Downloadable resources
    You get downloadable projects and other materials you can use to follow along and practice.

  • Continuous updates
    We keep enhancing this course to provide fresh and up-to-date content.


OUR 30-DAY MONEY-BACK GUARANTEE

If you aren't satisfied with your purchase, we'll refund you your money - no questions asked! We want to make sure you're completely satisfied with the course. That's why we're happy to offer you this money-back guarantee.

Go ahead and click the enroll button. See you in the first lesson!


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.


Who this course is for:

  • Anyone who wants to implement better, more performant software applications
  • Developers interested in writing clean, modern Swift code
  • Anyone who's brand new to algorithms/data structures or needs a refresher

Instructor

Karoly Nyisztor • Professional Software Architect
Senior Software Engineer, Author, Inventor
Karoly Nyisztor • Professional Software Architect
  • 4.4 Instructor Rating
  • 4,266 Reviews
  • 17,747 Students
  • 4 Courses

Károly Nyisztor is a professional software engineer, instructor, and book author. So far, he has inspired over 100,000 students worldwide.
As an instructor, he aims to share his 25+ 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 Udemy, LinkedIn Learning, Lynda, Pluralsight, and Amazon Kindle.

Karoly has worked with large companies such as Apple, Siemens, and SAP. As a software architect, he has designed and built several enterprise frameworks. He holds twelve patents related to inventions in the field of mobile computing.

He worked with various technologies and programming languages, including x86 Assembly, C, C++, Java, Objective-C, Swift, and Python. Karoly has built several successful iOS apps and games that were featured by Apple as ”New and Noteworthy,” ”App of the Month,” and “Best Travel Apps.”

After 18 years, he left the corporate world to start his own business. He is the founder at LEAKKA, a software development, and tech consulting company. Since 2016, he is fully committed to teaching.

Karoly teaches Software Architecture, Object-Oriented Programming and Design, Software Security, iOS Programming, Machine Learning, Swift and Python Programming, and UML.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.