Intro to CS MIT - Problem set 01

This commit is contained in:
ericdouglas 2015-05-29 11:40:31 -03:00
parent 7a8a95fbb9
commit b67d6559de
2 changed files with 61 additions and 1 deletions

View file

@ -1 +1,14 @@
# [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/)
# [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