Course Overview
Data Structures with Javascript:
Data structures allow you to improve the efficiency, performance, speed, and scalability of your code/programs/applications. You will learn what data structures are, why they are important, and how to code them out in JavaScript.
This course is a notch up on the basic/essentials training and will focus on the aspects of working with data structures and algorithms using Javascript.
The following are the contents of the course.
1. JavaScript Programming Environment and Model
2. Arrays
3. Lists
4. Stacks
5. Queues
6. Linked Lists
7. Dictionaries
8. Sets
9. Graph and Graph Algorithms.
Algorithms
- Sorting Algorithms
- Bubble sort
- Selection sort
- Insertion sort
- Searching algorithms
- Advanced algorithms.
Target Customers:
- Anyone who wants to learn how to implement data structures in their applications
- Web developers/programmers
- Someone preparing for engineering jobs
Pre-Requisites:
- Beginner knowledge about Javascript