Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyguella/Udacity-Data-Structures-and-Algorithms-Nanodegree
https://github.com/anthonyguella/Udacity-Data-Structures-and-Algorithms-Nanodegree
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonyguella/Udacity-Data-Structures-and-Algorithms-Nanodegree
- Owner: anthonyguella
- Created: 2019-07-29T17:14:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T17:19:30.000Z (over 5 years ago)
- Last Synced: 2024-08-02T17:37:45.469Z (3 months ago)
- Language: Python
- Size: 142 KB
- Stars: 14
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Udacity Data Structures and Algorithms Nanodegree
This repository contains the 3 projects I completed to attain my Data Structure and Algorithms Nanodegree from Udacity.
## Project 1
This project covers the foundations of Data Structures including Arrays, Linked Lists, Queues, Recursion, Trees, Maps, and Hashing.## Project 2
This project covers basic algorithms including Binary Search, Heaps, Tries, Sorting Algorithms (Bubble, Merge, Quick, and Heap sort), and Divide and Conquer Algorithms.## Project 3
This project covers advanced algorithms including Greedy Algorithms, Graph Algorithms, and Dynamic Programming. The final project utilized the A* Algorithm to create a route planner.