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
- Host: GitHub
- URL: https://github.com/codecademy/python-data-structures-and-algorithms
- Owner: Codecademy
- Created: 2021-04-27T15:17:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T08:40:43.000Z (almost 5 years ago)
- Last Synced: 2025-07-18T06:52:18.113Z (8 months ago)
- Language: Python
- Size: 87.9 KB
- Stars: 13
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)