notes

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

commit 049182cebee9efec500fcc4621c7c54b578eff0b
parent 518434132b7271419464440da4a526fe8a1f636a
Author: Andrew <andrewlaack1@gmail.com>
Date:   Sat,  7 Sep 2024 20:45:16 -0500

Add

Diffstat:
MAlgorithms.md | 7+++----
MAssembly.md | 4+++-
MLinearAlgebra.md | 1-
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Algorithms.md b/Algorithms.md @@ -12,16 +12,15 @@ This is an index for links to notes taken about algorithms. These are CS related #### CSCI 303 (DS&A) -Questions to ask: - -Given our definition of a task, would it be a task to generate a pseudorandom number between 0 and some input value? There could in theory be infinite outputs for a given input, assuming you have a computer with infinite precision, and thus that would not be a well-defined function obviously if we are discussing multi valued functions it would be a function, but I don't think that is what we are discussing. - Ch 0 (algorithms): - [[Algorithm.md]] - [[Task.md]] - [[TimeComplexity.md]] - [CountingPrinciple](CountingPrinciple.md) - [MultiValuedFunction](MultiValuedFunction.md) + - Collection (general idea) + - Function Notation + - Operator Notation Ch 1 (stacks and queues): - [AbstractDataType](AbstractDataType.md) diff --git a/Assembly.md b/Assembly.md @@ -8,4 +8,6 @@ Main Links For Assembly Language Assembly Language CS 224 Week 1: -- [TwosComplement](TwosComplement.md) +- [TwosComplement](TwosComplement.md) +Binary (negative) to Decimal: Calculate negative by inverting, add 1, solve, negate +Decimal (negative) to binary: Find positive as binary, flip, add 1 diff --git a/LinearAlgebra.md b/LinearAlgebra.md @@ -17,7 +17,6 @@ Chapter 1: - [Subspace](Subspace.md) - [SumOfVectorSpaces](SumOfVectorSpaces.md) - [DirectSum](DirectSum.md) - - Khan Academy: