Algorithms and Data Structures Tutorial - Full Course for Beginners
YouTube Viewers YouTube Viewers
9.38M subscribers
4,341,236 views
0

 Published On Mar 18, 2021

In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science. There are three main parts to this course: algorithms, data structures, and a deep dive into sorting and searching algorithms.

By the end, you will understand what algorithms and data structures are, how they are measured and evaluated, and how they are used to solve problems.

This course was developed by Pasan Premaratne and Jay McGavren. It was made possible by a grant from teamtreehouse.com

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Introduction to Algorithms
⌨️ (1:57:44) Introduction to Data Structures
⌨️ (4:11:02) Algorithms: Sorting and Searching

⭐️ Code Snippets for Course ⭐️
💻 Introduction to Algorithms:
⌨️ Algorithms in Code:
🔗 Linear Search Implementations: https://teamtreehouse.com/library/int...
🔗 Binary Search Implementations: https://teamtreehouse.com/library/int...

💻 Introduction to Data Structures
⌨️ Exploring Arrays:
🔗 Array Characteristics and Storage: https://teamtreehouse.com/library/int...
🔗 Operations on Arrays: https://teamtreehouse.com/library/int...

⌨️ Building a Linked List:
🔗 Singly and Doubly Linked Lists: https://teamtreehouse.com/library/int...
🔗 Linked List Operations: https://teamtreehouse.com/library/int...

⌨️ The Merge Sort Algorithm:
🔗 Merge Sort Implementations: https://teamtreehouse.com/library/int...
🔗 Alternate Versions of Merge Sort: https://teamtreehouse.com/library/int...

⌨️ Merge Sort and Linked Lists:
🔗 Implementing Merge Sort on Linked Lists: https://teamtreehouse.com/library/int...

💻 Algorithms: Sorting and Searching
⌨️ Sorting Algorithms:
🔗 Code for Bogosort: https://teamtreehouse.com/library/alg...
🔗 Code for Selection Sort: https://teamtreehouse.com/library/alg...
🔗 Code for Quicksort: https://teamtreehouse.com/library/alg...
🔗 Code for Merge Sort: https://teamtreehouse.com/library/alg...

⌨️ Searching Names:
🔗 Code for Linear Search: https://teamtreehouse.com/library/alg...
🔗 Code for Binary Search: https://teamtreehouse.com/library/alg...

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

show more

Share/Embed