commit de27ee3e73ef92d66873624de68748665513fe86 parent df6e3b8782c131ec64360c5a8cc3b23aefd894cf Author: Andrew <andrewlaack1@gmail.com> Date: Fri, 1 Nov 2024 23:39:39 -0500 Took some notes Diffstat:
| M | Algorithms.md | | | 5 | +++++ |
| M | DiscreteMath.md | | | 4 | +++- |
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/Algorithms.md b/Algorithms.md @@ -74,6 +74,11 @@ Ch 5 (Hashing) - [Chaining](Chaining.md) - [BucketAddressing](BucketAddressing.md) +Ch 6 (Information Theory and Data Compression) + - InformationTheory + - Codeword + - + #### Other Stuff To Look At Operation types (operations done with n inputs) diff --git a/DiscreteMath.md b/DiscreteMath.md @@ -181,4 +181,6 @@ Unit 9.5 (Equivalence Relations) - [Partition](Partition.md) Unit 9.6 (Partial Orderings) - - + - PartialOrdering (reflexive, antisymmetric, transitive) + - PartiallyOrdered (poset) + - TotalOrdering (chain)