JavaScript data structure and sorting algorithms
What you'll learn
- JavaScript data structure
- JavaScript sorting algorithm
Requirements
- Basic JavaScript syntaxes needed
Description
This is a data structure and algorithm crash course for JavaScript developers.
You will learn linear and non-linear data structures and eight sorting algorithms. You will also learn the big O notation so that you can pick the best algorithm for your program.
At the beginning of this course, you will learn basic computing knowledge like bit, byte, memory address, byte addressing, etc.
Who this course is for:
- Students who want to take their JavaScript coding skill to the next level
- Students who want to learn algorithms using JavaScript