notes

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit eb2ca08e4fcb0fe61d51b4f9d753bf49d32c5f76
parent a5d239ecc9cc2ee8d8c26c08ea78077c6838c4c2
Author: Andrew <andrewlaack1@gmail.com>
Date:   Mon, 26 Aug 2024 21:42:27 -0500

Took some notes

Diffstat:
MDiscreteMath.md | 14++++++++++++++
MStatisticsAndProbability.md | 4++++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/DiscreteMath.md b/DiscreteMath.md @@ -77,3 +77,17 @@ Unit 2.3 (functions): Unit 2.4 (sequence + other stuff): - [[Sequence.md]] - [[RecurrenceRelation.md]] + +Unit 2.3 (paper book): + - Tractable + - Intractable + - Unsolvable + - NP Problems + - P Problems + - NP Complete + +Unit 2.4 (integers and division): + - Number Theory + - Composite Number + - Prime Number + - diff --git a/StatisticsAndProbability.md b/StatisticsAndProbability.md @@ -25,6 +25,10 @@ Chapter 1.2: - [[Event.md]] - [[SetFunction.md]] +Chapter 1.3: + - Permutation + - Binomial Coefficient (denote \_nP\_r ) + --- [[Probability.md]]