YoVDO

Linear Data Structures

Offered By: Codecademy

Tags

Algorithms and Data Structures Courses Data Structures Courses Stacks Courses Queues Courses Linked Lists Courses

Course Description

Overview

Learn about virtualization of computer memory by building the fundamental data structures of computer science: lists, stacks, and queues.

### Why Learn Linear Data Structures?

Data structures are the way computer programs are able to store and retrieve data. In this course, you will learn about and build the fundamental data structures of computer sciences. You will master lists, stacks, and queues, and learn about how computer memory works through nodes and pointers.

### Take-Away Skills:

You will be a stronger programmer with a better knowledge of how computers store and retrieve data. You'll learn the various drawbacks of different data structures, and how to implement them all yourself.

#### Note on Prerequisites:

You will learn about the data structures in a general way, but will be implementing each of the data structures in Python, so some familiarity with Python will be necessary.

Syllabus

  • Learn Nodes: Learn about the building block for other data structures - the node. After learning the concepts behind it, you will implement it in Python.
    • Lesson: Nodes: Conceptual
    • Quiz: Nodes: Conceptual
    • Lesson: Nodes: Python
    • Quiz: Nodes: Python
  • Linked Lists: Learn about Linked Lists, one of the most common data structures that can be used to implement many other abstract data types..
    • Lesson: Linked Lists: Conceptual
    • Quiz: Linked Lists: Conceptual
    • Lesson: Linked Lists: Python
    • Quiz: Linked Lists: Python
  • Learn Stacks: Learn about the first-in-last-out data structure called a "stack". Study it conceptually and use it in practice. Apply what you've learned to the famous Towers of Hanoi problem!
    • Lesson: Stacks: Conceptual
    • Quiz: Stacks: Conceptual
    • Lesson: Stacks: Python
    • Quiz: Stacks: Python
    • Project: Towers of Hanoi
  • Learn Queues: Learn about the first-in-first-out data structure called a "queue". Study it conceptually and implement it in Python.
    • Lesson: Queues: Conceptual
    • Quiz: Queues: Conceptual
    • Lesson: Queues: Python
    • Quiz: Queues: Python

Taught by

Kenny Lin

Related Courses

Algorithms for DNA Sequencing
Johns Hopkins University via Coursera
Conception et mise en œuvre d'algorithmes.
École Polytechnique via Coursera
مربع الأدوات الخوارزمية
University of California, San Diego via Coursera
Algorithms
Stanford University via Coursera
Graph Search, Shortest Paths, and Data Structures
Stanford University via Coursera