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
- Host: GitHub
- URL: https://github.com/phillipai/udacity-cs101
- Owner: phillipai
- Created: 2022-02-17T22:14:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T23:37:07.000Z (over 4 years ago)
- Last Synced: 2025-05-07T05:06:27.257Z (about 1 year ago)
- Topics: cs101-udacity, fundamentals-of-programming, introduction-to-programming, python, search-engine
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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