This repository contains my projects for Udacity's Data Structures & Algorithms Nanodegree Program.
-
1 - Unscamble Computer Science Problems: Deconstruct a series of open-ended problems into smaller components(e.g. inputs, outputs, series of functions).
-
2 - Show Me the Data Structures: Solve a series of open-ended practice problems. Hone your skills to identify and implement appropriate data structures and corresponding methods that meet given constraints.
-
3 - Problems vs. Algorithms: A series of real-world open ended problems which train you to apply suitable data structures and algorithms under different context.
-
4 - Route Planner: Build a route-planning algorithm like the one used in Google Maps to calculate the shorest path between two points on a map.