❗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, Learning Data Structures in JavaScript from Scratch, provides an in-depth look at data structures and how to code them out in JavaScript. Students will learn the fundamentals of data structures, such as linked lists, binary search trees, and hash tables, and how they can be used to improve the efficiency, performance, speed, and scalability of code/programs/applications. Additionally, students will gain an understanding of other important programming concepts such as recursion, time complexity, the "this" keyword, the prototype object, and constructor functions. The course heavily utilizes diagrams and animations to make the material easier to understand. It is also an excellent resource for anyone who is interviewing for developer/engineering jobs at both large and small companies, as interviewers will often ask candidates to write data structures out in code. Those who have recently graduated from a coding bootcamp or are currently looking for a job will find this course to be beneficial, as knowing data structures will help them to excel in technical interviews.
Course Syllabus
Introduction to Data Structures and Important Concepts
Linked Lists
Binary Search Trees
Hash Tables
Next Steps