An open API service indexing awesome lists of open source software.

https://github.com/codecademy/python-data-structures-and-algorithms


https://github.com/codecademy/python-data-structures-and-algorithms

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# CS102: Data Structures and Algorithms

**Curriculum Developer:** [Alisha Grama](mailto:alisha@codecademy.com)

**Curriculum Developer:** [Alex DiStasi](mailto:adistasi@codecademy.com)

**Artwork:** Tim Liedtke, Krista Knapp

## Course Link

https://www.codecademy.com/learn/paths/computer-science

## Stacks

**Towers of Hanoi:**

- [x] [`script.py`](https://github.com/Codecademy/python-data-structures-and-algorithms/blob/main/stacks/towers-of-hanoi/script.py)

## Hash Maps

**Blossom:**

- [x] [`script.py`](https://github.com/Codecademy/python-data-structures-and-algorithms/blob/main/hash-maps/blossom/script.py)

## Sorting Algorithms

**A Sorted Tale:**

- [x] [`script.py`](https://github.com/Codecademy/python-data-structures-and-algorithms/blob/main/sorting-algorithms/a-sorted-tale/script.py)

## Trees

**Choose Your Own Adventure: Wilderness Escape**

- [x] [`script.py`](https://github.com/Codecademy/python-data-structures-and-algorithms/blob/main/trees/wilderness-escape/script.py)

## Graphs and Graph Search

**SkyRoute**

- [x] [`skyroute.py`](https://github.com/Codecademy/python-data-structures-and-algorithms/blob/main/graphs-and-graph-search/skyroute/skyroute.py)

## Greedy Algorithm

**Traveling Salesperson**

- [x] [`script.py`](https://github.com/Codecademy/python-data-structures-and-algorithms/blob/main/greedy-algorithm/traveling-salesperson/script.py)

## Dynamic Programming

**Longest Common Subsequence**

- [x] [`script.py`](https://github.com/Codecademy/python-data-structures-and-algorithms/blob/main/dynamic-programming/longest-common-subsequence/script.py)

## Recommendation System (Portfolio Project)

- [x] [`script.py`](https://github.com/Codecademy/python-data-structures-and-algorithms/blob/main/restaurant-recommendation-system/script.py)