Companies Home Search Profile

Introduction to Data Structures

Focused View

Pasan Premaratne

2:13:09

149 View
  • 01 - Introduction - Introduction to Data Structures.mp4
    02:56
  • 02 - Array Basics - Introduction to Data Structures.mp4
    05:40
  • 03 - Accessing a Value in an Array - Introduction to Data Structures.mp4
    06:45
  • 04 - Array Search, Insert and Delete - Introduction to Data Structures.mp4
    09:50
  • DataStructures-S1V3.zip
  • DataStructures-S1V4.zip
  • Exercise Files.zip
  • 05 - What Is a Linked List - Introduction to Data Structures.mp4
    13:18
  • 06 - Adding Nodes to a Linked List - Introduction to Data Structures.mp4
    07:50
  • 07 - Implementing Search - Introduction to Data Structures.mp4
    04:28
  • 08 - Inserting a Node - Introduction to Data Structures.mp4
    06:45
  • 09 - Removing a Node - Introduction to Data Structures.mp4
    07:46
  • DataStructures-S2V1.zip
  • DataStructures-S2V2.zip
  • DataStructures-S2V3.zip
  • DataStructures-S2V4.zip
  • DataStructures-S2V5.zip
  • Exercise Files.zip
  • 10 - Merge Sort - Introduction to Data Structures.mp4
    08:07
  • 11 - Splitting Into Sublists - Introduction to Data Structures.mp4
    03:14
  • 12 - Recursively Merging Sublists - Introduction to Data Structures.mp4
    07:07
  • 13 - Ensuring the Correctness of Merge Sort - Introduction to Data Structures.mp4
    06:42
  • 14 - Evaluating the Runtime of Merge Sort - Introduction to Data Structures.mp4
    07:22
  • DataStructures-S3V1.zip
  • DataStructures-S3V2.zip
  • DataStructures-S3V3.zip
  • DataStructures-S3V4.zip
  • DataStructures-S3V5.zip
  • Exercise Files.zip
  • 15 - The Merge Function - Introduction to Data Structures.mp4
    04:51
  • 16 - The Divide Step - Introduction to Data Structures.mp4
    07:25
  • 17 - The Conquer Step - Introduction to Data Structures.mp4
    12:15
  • 18 - Evaluating the Runtime - Introduction to Data Structures.mp4
    08:35
  • 19 - Recap - Introduction to Data Structures.mp4
    02:13
  • DataStructures-S4V1.zip
  • DataStructures-S4V2.zip
  • DataStructures-S4V3.zip
  • DataStructures-S4V4.zip
  • Exercise Files.zip
  • Description


    About this Course

    In computer science a data structure is a construct that allows us to organize and store data in our programs.

    In this course we're going to learn about two introductory data structures - arrays and linked lists! We'll look at common operations and how the runtimes of these operations affect our everyday code.

    For the rest of the course we're going to bring our knowledge of algorithms and data structures together to solve the problem of sorting data using the merge sort algorithm

    What you'll learn

    • Arrays
    • Linked lists
    • Merge sort
    • Divide and conquer
    • Recursion

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Pasan Premaratne
    Pasan Premaratne
    Instructor's Courses

    Pasan spends most of his time learning and the rest trying to figure out how to pass that knowledge on to others. It's a hard job but he loves it all the same. You can find him everywhere as @pasanpr

    Treehouse or is an online technology school that offers beginner to advanced courses in web design, web development, mobile development and game development. Its courses are aimed at beginners looking to learn computer coding skills for a career in the tech industry.
    • language english
    • Training sessions 19
    • duration 2:13:09
    • English subtitles has
    • Release Date 2023/04/13

    Courses related to Data Structures