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

https://github.com/phillipai/udacity-cs101

Udacity's CS101: Intro to Computer Science - Building a Search Engine
https://github.com/phillipai/udacity-cs101

cs101-udacity fundamentals-of-programming introduction-to-programming python search-engine

Last synced: 8 months ago
JSON representation

Udacity's CS101: Intro to Computer Science - Building a Search Engine

Awesome Lists containing this project

README

          

Udacity's CS101: Intro to Computer Science - Building a Search Engine

All solutions to quizzes, homework, and extra homework practice problems are my personal code for Udacity's [CS101: Intro to Computer Science](https://classroom.udacity.com/courses/cs101/) taught by David Evans.

## Units:
- [Unit 1:](https://github.com/phillipai/udacity-cs101/tree/main/Unit%201%20-%20How%20to%20Get%20Started) How to Get Started
- [Unit 2:](https://github.com/phillipai/udacity-cs101/tree/main/Unit%202%20-%20How%20to%20Repeat) How to Repeat
- [Unit 2.5:](https://github.com/phillipai/udacity-cs101/tree/main/Unit%202.5%20-%20How%20to%20Solve%20Problems) How to Solve Problems
- [Unit 3:](https://github.com/phillipai/udacity-cs101/tree/main/Unit%203%20-%20How%20to%20Manage%20Data) How to Manage Data
- [Unit 4:](https://github.com/phillipai/udacity-cs101/tree/main/Unit%204%20-%20Responding%20to%20Queries) Responding to Queries
- [Unit 5:](https://github.com/phillipai/udacity-cs101/tree/main/Unit%205%20-%20How%20Programs%20Run) How Programs Run
- [Unit 6:](https://github.com/phillipai/udacity-cs101/tree/main/Unit%206%20-%20How%20to%20Have%20Infinite%20Power) How to Have Infinite Power
- [Unit 7:](https://github.com/phillipai/udacity-cs101/tree/main/Unit%207) Culmulative and Challenging Practice Problems