Booking options
£29.99
£29.99
On-Demand course
14 hours 4 minutes
All levels
This course covers essential topics required for working with data structures and algorithms using JavaScript. From basics of data structures and algorithms to key concepts, such as arrays, lists, Big O time-space asymptomatic analysis, trees, and maps, this course will teach you everything with the help of engaging examples and activities.
Data structures allow you to organize code in the most efficient way to help you perform operations effectively. An algorithm is a step-by-step procedure for solving problems, be it solving a computer problem, writing source code, or innovating new programs. With this course, you'll learn the concepts of data structures and algorithms using JavaScript.
Starting with an introduction to data structures and algorithms, the course takes you through the concept of arrays, where you'll solve a minesweeper challenge to understand the importance of an array in data structures. Next, you'll become familiar with lists and discover how Big O helps in describing the complexity of an algorithm. As you advance, you'll gain insights into stacks, queues, recursion, and trees by solving challenges such as condense, Josephus, palindrome, and Morse code. Toward the end, you'll get an overview of hash maps and graphs.
By the end of this course, you'll have developed a solid understanding of data structures and algorithms essential for building reliable software. The code files are added on the GitHub repository at https://github.com/PacktPublishing/Data-Structures-in-JavaScript-Master-the-Fundamentals
Distinguish between arrays and lists
Implement list push, grow, remove, and insert
Understand the Big O time-space asymptotic analysis
Find out when to use stacks and trees
Discover the applications of trees in data structure and algorithm
Handle collisions with hash maps
If you are looking to build a solid foundation in data structures and algorithms to design and develop software, then this is the course for you.
With the help of engaging challenges, this course helps you learn the fundamentals of data structures and algorithms using JavaScript.
Get to grips with the fundamentals of data structures and algorithms * Learn how to solve common computer programs using algorithms * Solve challenges such as Minesweeper, Sieve of Eratosthenes, and Morse code
https://github.com/PacktPublishing/Data-Structures-in-JavaScript-Master-the-Fundamentals
Eduonix learning Solutions is a premier training and skill development organization which was started with a vision to bring world class training content, pedagogy and best learning practices to everyone's doorsteps . Eduonix aims to identify and provide the best learning and training environment. It identifies industry veterans and content creators around the globe and bring it to the global audience using number of intuitive platforms for easy and affordable access to quality content. Eduonix offers easy to understand online courses and workshops for everyday people. If you have ever wanted to learn a new skill, but don't want to attend four years of college to do it, we have a solution for you.
1. Introduction
2. Arrays
3. Lists
4. Big O Time Space Asymptotic Analysis
5. Linked Lists
6. Stacks
7. Queues
8. Recursion
9. Trees
10. Hashmaps
11. Graphs