Algorithms and Data Structures Tutorial - Full Course for Beginners
Offered By: freeCodeCamp
Course Description
Overview
Dive into a comprehensive 5-hour tutorial on algorithms and data structures, essential topics in computer science. Explore three main sections: algorithms, data structures, and an in-depth look at sorting and searching algorithms. Gain a solid understanding of what algorithms and data structures are, how they're measured and evaluated, and their practical applications in problem-solving. Follow along with code snippets and implementations for various algorithms and data structures, including linear and binary search, arrays, linked lists, and sorting algorithms like merge sort, quicksort, and selection sort. Benefit from the expertise of instructors Pasan Premaratne and Jay McGavren in this course made possible by teamtreehouse.com. Perfect for beginners, this tutorial provides a strong foundation in fundamental computer science concepts.
Syllabus
Introduction to Algorithms.
Introduction to Data Structures.
Algorithms: Sorting and Searching.
Taught by
freeCodeCamp.org
Related Courses
Design of Computer ProgramsStanford University via Udacity Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera Intro to Algorithms
Udacity Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera