McAfee-Secured Website

Course name Software Engineering Courses Data Structures in JavaScript for Beginners: Data Structures in JavaScript for Beginners

Data Structures in JavaScript for Beginners Video Course

Data Structures in JavaScript for Beginners Video Course is developed by Software Engineering Courses Professionals to help you pass the Data Structures in JavaScript for Beginners exam.

You Will Learn:

Was $21.99
Now $19.99

Description

This course will improve your knowledge and skills required to pass Data Structures in JavaScript for Beginners exam.

Curriculum For This Course

  • 1. Introduction to Data Structures and Important Concepts 3 Videos 00:19:58
    • What Are Data Structures and Why Are They Important? 04:16
    • Constructor Functions and the "this" Keyword 09:47
    • The Prototype Object 05:56
  • 2. Linked Lists 15 Videos 01:10:01
    • What is a Linked List? 02:35
    • Linked List and "Node" Constructor Functions 06:35
    • Add To Head - part 1 03:19
    • Add To Head - part 2 06:56
    • Using Add To Head 05:06
    • Add To Tail 02:49
    • Testing Add To Tail and Add To Head 04:17
    • Remove Head 05:22
    • Remove Tail 04:05
    • Search Method 06:29
    • Testing Search 02:50
    • Linked List - Independent Exercise 01:10
    • Linked List - Exercise Review 05:10
    • Big O Notation and Calculating the Runtime of a Function 08:55
    • Linked List Wrap-Up 04:28
  • 3. Binary Search Trees 18 Videos 01:11:04
    • What is a Binary Search Tree? 05:51
    • Recursion - part 1 04:20
    • Recursion part 2 and the Call Stack 05:19
    • Insert Method 08:08
    • Testing Insert 03:02
    • Contains Method 03:53
    • Testing Contains 02:04
    • Depth First Traversal - In-Order 07:14
    • Testing Depth First Traversal In-Order 01:53
    • Refactoring Depth First Traversal Method 02:33
    • Depth First Traversal - Pre-Order 02:46
    • Testing Depth First Traversal Pre-Order 01:23
    • Depth First Traversal - Post-Order 03:39
    • Breadth First Traversal - part 1 03:37
    • Breadth First Traversal - part 2 06:15
    • Testing Breadth First Traversal 02:34
    • Binary Search Tree - Exercise Review 03:08
    • Binary Search Tree Wrap-up 03:26
  • 4. Hash Tables 13 Videos 00:52:04
    • What is a Hash Table? 06:44
    • Hash Table and Hash Node Constructor Functions 04:45
    • CharCodeAt Method and Modulus Operator 04:20
    • Hash Method 04:46
    • Insert Method 05:34
    • Testing Insert Method 03:20
    • Refactoring Insert Method 05:46
    • Testing Refactored Insert Method 02:24
    • Get Method 04:54
    • Testing Get Method 01:44
    • Hash Table - Independent Exercise 00:49
    • Hash Table - Exercise Review 04:56
    • Hash Table Wrap-up 02:06