Skip to main content

Data Structures and Algorithms Nanodegree

Syllabus

Noted course in Google Drive

Introduction

Start with a warm welcome to the program by refreshing your Python skills and learning about problem solving and efficiency!

Project: Unscramble Computer Science Problems

Source code: vnk8071/unscramble_computer_science_problems

Data Structures

Learn about the core data structures used in programming.

Project: Show Me the Data Structures

Source code: vnk8071/show_me_the_data_structures

Basic Algorithms

Learn about the basic algorithms used in programming.

Project: Problems vs. Algorithms

Source code: vnk8071/problems_vs_algorithms

Advanced Algorithms

Learn about the advanced algorithms used in programming.

Project: Route Planner

Source code: vnk8071/route_planner