❗The content presented here is sourced directly from Udemy platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 18th, 2023]
This course, JavaScript Data Structures & Algorithms + LEETCODE Exercises, is designed to make learning to code fun and easy to understand. Through the use of animations, students can learn more material in less time with higher retention. The course includes over 100 hand-crafted animated HD videos to illustrate the Data Structures & Algorithms, as well as dozens-and-dozens of Coding Exercises to put everything into practice. Technical topics such as Big O notation, Arrays, Linked Lists, Doubly Linked Lists, Stacks & Queues, Binary Trees, Hash Tables, Graphs, Sorting, Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, Searching, Breadth First Search, and Depth First Search are all covered. Students can also view Free Sample Videos to get a better understanding of the course. The instructor is very active on the Q&A and will be with students every step of the way. With a 30-day money-back guarantee, this course is a complete no-brainer. Sign up today and join the best JavaScript Data Structures & Algorithms course on Udemy.
Course Syllabus
Introduction
Big O
Classes & Pointers
Linked Lists
<> LL: Coding Exercises
<> LL: Interview / Leetcode Exercises
Doubly Linked Lists
<> DLL: Coding Exercises
<> DLL: Interview / Leetcode Exercises
Stacks & Queues
<> S&Q: Coding Exercises
<> S&Q: Interview / Leetcode Exercises
Trees
<> BST: Coding Exercises
Hash Tables
<> HT: Coding Exercises
Graphs
<> Graph: Coding Exercises
Recursion
Basic Sorts
<> Basic Sorts: Coding Exercises
Merge Sort
<> Merge Sort: Coding Exercises
Quick Sort
<> Quick Sort: Coding Exercises
Tree Traversal
<> BST Traversal: Coding Exercises
Coding Exercises