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

Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
This course covers computer science's fundamental linear data structures, including lists, stacks, and queues. You'll learn how to implement these structures in Python and understand how computers manage memory with nodes and pointers. By the end, you'll be equipped with essential programming skills for data manipulation.

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

Reviews

4.2 rating at Codecademy based on 35 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.