From 4541e08e71655783cbfba907b036dd66261f8ae8 Mon Sep 17 00:00:00 2001 From: nic Date: Mon, 10 Feb 2025 11:09:03 -0500 Subject: Auto from nzxt - Mon 10 Feb 2025 11:09:03 AM EST --- ...1 Introduction to Computer Science and Programming in Python.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Technology') 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 -- cgit v1.2.3