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 CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Emotional Intelligence
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 Data Cleaning
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging 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

This course includes:

  • 4 hours on-demand video
  • 1 article
  • 32 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages Swift

Data Structures and Algorithms in Swift

Implementing Practical Data Structures with Swift
Rating: 4.6 out of 54.6 (262 ratings)
1,478 students
Created by Mohammad Azam
Last updated 10/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Be more confident when faced with data structures and algorithms questions in an interview
  • Ability to detect and process the computational performance of a piece of code
Curated for the Udemy for Business collection

Course content

13 sections • 55 lectures • 4h 5m total length

  • Preview03:42
  • Preview00:57
  • Exercise Files
    01:36

  • What is Complexity ?
    01:12
  • Constant Time
    01:35
  • Linear Time
    01:29
  • Quadratic Time
    01:02
  • Logarithmic Time
    02:00
  • Quasilinear Time
    01:02

  • Understanding Linked List
    00:48
  • Implementing the Node Class
    06:30
  • Implementing the Linked List Structure
    02:23
  • Implementing Push
    06:06
  • Implementing Append
    03:56
  • Implementing Insert
    05:17
  • Implementing Pop
    04:10
  • Implementing Remove Last
    05:15
  • Implementing Remove After
    05:40

  • Implementing Stack
    04:50
  • Implementing Push and Pop
    04:00

  • Understanding Queues
    03:49
  • Implementing Enqueue and Dequeue
    04:30

  • Preview08:47
  • Preview02:11
  • Preview04:46

  • Understanding and Implementing Tree Structure
    05:57
  • Depth First Traversal
    08:14
  • Level Order Traversal
    08:22
  • Search
    05:01

  • Understanding and Implementing Binary Trees
    06:10
  • In Order Traversal
    08:16
  • Post Order Traversal
    06:31
  • Pre Order Traversal
    02:42

  • Understanding Binary Search Trees
    07:43
  • Inserting Elements
    10:05
  • Searching
    04:45
  • Understanding Remove Operation in Binary Search Tree
    03:04
  • Removing Elements
    11:12

  • Understanding Binary Search
    04:11
  • Implementing Binary Search
    07:19
  • Adding Extension to an Array for Binary Search
    03:16

Requirements

  • Xcode 10
  • Intermediate knowledge of Swift language is required

Description

Data Structures and Algorithms in Swift


Data structures and algorithms are the building blocks of programming. Algorithms and data structures are taught in universities and are often asked during a programming job interview. This course is dedicated to teach you the concepts behind the most common data structures and algorithms, implemented in Swift language.


My name is Mohammad Azam and I am one of the top mobile instructors on Udemy. I have authored 20+ courses and have close to 35000 students. Some of my popular courses include:

Mastering ARKit for iOS

Blockchain Programming in iOS

Mastering MapKit for iOS

Server Side Swift Using Vapor 3

A Complete Guide to Lean Controllers in iOS


I have worked as a lead mobile developer for many fortune 500 companies including AIG, Valic, Schlumberger, Baker Hughes, The Home Depot and Blinds..com. At present I am serving as a lead instructor for a coding bootcamp, DigitalCrafts.


What’s stopping you from enrolling in this course today?


I have designed this course specifically for you! Each section is accompanied with exercise files and explain the concept in detail. Check out some of the reviews from my students below:

"Mohammad Azam has an excellent teaching style which makes it easy & fun to comprehend these Swift features in such a short course & he explains the concepts in more detail & clarity than most instructors. Plus, his videos are well prepared & he's very articulate. I hope he will create more courses."


I fully recommend this course to anybody who is learning Swift and wants to learn more about the mapKit framework. The instructor is superb and is very experienced. This course is ideal for beginners, intermediate and even experienced iOS developers. There is something new to learn for everybody about mapKit. I rate this course 10 out of 10. Mohammad Azam is a world class teacher and it was a pleasure following his lessons.


As testament to his work ethic and passion, Mohammad immediately prepared a series of videos covering the specific scenario I mention below. Ultimately, this is a fantastic foundation for anyone looking to explore the new capabilities of the Codable protocols within Swift 4.



Buy this course and what will you get?


I am using the latest version of Xcode 10 for this course along with Swift 4.2. This means you will be working with the brand new technology and language features. I also provide unlimited support on Udemy forums. I love my students and I want to see them succeed and that is why I provide excellent customer service.


Can you believe this course is just $199?


Learning and applying data structures and algorithms can help you land your dream job. Most of the programming interviews revolves around the questions related to data structures and algorithms. All of the information regarding design patterns is available to you for only $199. This is a extremely good deal and you should definitely make use of this deal.


Why learn data structures and algorithms?


  • Data structures and algorithms can land you your dream job since it is asked quite often during programming job interviews.  

  • By learning data structures and algorithms you can become a better developer.

  • Data structures and algorithms can make you a better developer. You will know how things work behind the scenes and what is the cost of writing a particular piece of code.


Who is this course for?


  • This course is for intermediate and advanced developers who wants to learn more about data structures and algorithms using Swift language.

  • Developers who wants to enhance their existing skills.


Is this course right for me?


Look: If you are still not convinced then check out my 5 star rating on Udemy. I am very active on Udemy forums and I try my best to answer every single question from my students. I also provide lifetime updates for my course and keep a regular schedule for updating the course with new, educational material.

Who this course is for:

  • Developers who want to improve their skills to become better in programming interviews
  • Developers who wants to learn how things work behind the scene

Featured review

Sameera Leola
Sameera Leola
215 courses
13 reviews
Rating: 5.0 out of 57 months ago
I love the presentation style! Each concise lesson provides all of the information required to understand the concepts and the implementation. This is one of the best classes I've acquired here on Udemy.

Instructor

Mohammad Azam
Apple Featured iOS Developer and iOS Instructor
Mohammad Azam
  • 4.5 Instructor Rating
  • 6,811 Reviews
  • 52,362 Students
  • 28 Courses

My name is Mohammad Azam and I have been programming in iOS for the last 10+ years. Currently, I am teaching Full Stack Development at DigitalCrafts. Before joining DigitalCrafts I worked as a lead mobile developer for many large companies including Schlumberger, Baker Hughes, AIG and Valic. Currently, I am a senior developer at Blinds Dot Com, a Home Depot company. Before iPhone development I was leading projects in Microsoft ASP technology. I was also awarded the Microsoft MVP award five years in a row due to my contributions in the community.

I have also published several of my personal apps to the App Store including Vegetable Tree which was featured by Apple as the most beautiful gardening app on the App Store. I am a frequent speaker at local and national conferences and have authored many articles for many different development magazines.

  • 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.