data-structures-and-algorithms

401 data structures and algorithms code challenges


Project maintained by alsosteve Hosted on GitHub Pages — Theme by mattgraham

Data Structures and Algorithms

Language: Python

Stack and a Queue

Feature Tasks

Using a Linked List as the underlying data storage mechanism, implement both a Stack and a Queue.

Node

Stack

Queue

Whiteboard Process

challenge10

Examples

None

Unit Tests

Stretch Goal

None

Approach & Efficiency

I followed the lecture tutorial.