Data Structures & Algorithms in Swift

Data Structures & Algorithms in Swift

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 49m | 2.08 GB

Learn how to implement data structures and algorithms in Swift! This course covers a wide range of topics, from fundamental data structures to advanced pathfinding algorithms.

Table of Contents

1 Promo
2  Introduction
3  Swift Data Structures & Algorithms
4  Stack
5  Challenge – Stack
6  Queue
7  Challenge – Queue
8  Sorting Algorithms
9  Merge Sort
10  Conclusion
11  Introduction
12  Trees & Binary Trees
13  Challenge – Binary Tree
14  Binary Search
15  Challenge – Binary Search
16  Heap
17  Heap Sort
18  Challenge – Heap
19  Priority Queue
20  Conclusion
21  Introduction
22  Graph Components
23  Adjacency List
24  Challenge – Graphs
25  Dijkstra’s Algorithm Introduction
26  Dijkstra’s Algorithm Implementation
27  Challenge – Dijkstra’s Algorithm
28  Prim’s Algorithm
29  Challenge – Prim’s Algorithm
30  Conclusion