Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Codecademy

Linear Data Structures

via Codecademy

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

Reviews

4.2 rating at Codecademy based on 24 ratings

Start your review of Linear Data Structures

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.