mirror of
https://github.com/ossu/computer-science.git
synced 2025-01-07 05:27:58 -05:00
14 lines
439 B
Markdown
14 lines
439 B
Markdown
# [Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/)
|
|
|
|
## Unit 1
|
|
|
|
- INTRODUCTION TO 6.00 ✔
|
|
- CORE ELEMENTS OF A PROGRAM ✔
|
|
- PROBLEM SOLVING ✍
|
|
- MACHINE INTERPRETATION OF A PROGRAM
|
|
- OBJECTS IN PYTHON
|
|
- RECURSION
|
|
- DEBUGGING
|
|
- EFFICIENCY AND ORDER OF GROWTH
|
|
- MEMORY AND SEARCH METHODS
|
|
- QUIZ 1 |