mirror of
https://github.com/ossu/computer-science.git
synced 2025-07-03 10:46:50 -04:00
add 1.1.3 link algorythm
This commit is contained in:
parent
bf51f6d3cd
commit
d5df34fbb0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ This lecture covers the use of iteration to build programs whose execution time
|
|||
* [Lecture 3: Problem Solving](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/unit-1/lecture-3-problem-solving/#?w=535) (00:47:56)
|
||||
* **About this video**: Topics covered: Termination, decrementing functions, exhaustive enumeration, brute force, while loop, for loop, approximation, specifications, bisection search.
|
||||
* **Resources**
|
||||
* [code in Pyhton]()
|
||||
* [code in Pyhton](https://github.com/ericdouglas/MIT-computer-science-and-engineering/blob/master/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/03-problem-solving/lec03.py)
|
||||
|
||||
## Check Yourself
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue