diff options
| author | nic <ra@afu.re> | 2025-02-10 11:09:03 -0500 |
|---|---|---|
| committer | nic <ra@afu.re> | 2025-02-10 11:09:03 -0500 |
| commit | 4541e08e71655783cbfba907b036dd66261f8ae8 (patch) | |
| tree | 5b2afaf362614d03276b74f2baf461da35c177d7 /Technology/6.0001 Introduction to Computer Science and Programming in Python.md | |
| parent | ed538502dd86a5ef70def50c706388e26b85384d (diff) | |
Auto from nzxt - Mon 10 Feb 2025 11:09:03 AM EST
Diffstat (limited to 'Technology/6.0001 Introduction to Computer Science and Programming in Python.md')
| -rw-r--r-- | Technology/6.0001 Introduction to Computer Science and Programming in Python.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Technology/6.0001 Introduction to Computer Science and Programming in Python.md b/Technology/6.0001 Introduction to Computer Science and Programming in Python.md index d327cc0..3f4ce70 100644 --- a/Technology/6.0001 Introduction to Computer Science and Programming in Python.md +++ b/Technology/6.0001 Introduction to Computer Science and Programming in Python.md @@ -148,3 +148,10 @@ range(start,stop,increment) PEP8 - https://peps.python.org/pep-0008/ # Lecture 3 - String Manipulation, Guess and Check, Approximations, Bisection + +Algo: +- Guess and check - exhaustive enumeration +- Bisection Search - a example of succesive approximation method +- Approximation - most common: Newton-Raphson Method + +# Lecture 4 - Decomposition, Abstraction, and Functions |
