Autosave: 2024-10-19 10:00:02

This commit is contained in:
thomasabishop 2024-10-19 10:00:02 +01:00
parent e80b332060
commit 0f1a5f5664
8 changed files with 19 additions and 9 deletions

View file

@ -2,6 +2,8 @@
tags: [algorithms]
---
# Algorithmic complexity
![Screenshot_2021-05-11_at_18.55.23.png](Screenshot_2021-05-11_at_18.55.23.png)
_Summary of the main classes of algorithmic complexity_

View file

@ -3,7 +3,7 @@ tags:
- typescript
---
## Function overloads
# Function overloads
Function overloading is not a feature of JavaScript but something close to it
can be achieved with TypeScript. It proceeds by defining multiple function types

View file

@ -3,6 +3,8 @@ tags:
- prealgebra
---
# Rules for operations on like and unlike terms
## Addition
### Like terms

View file

@ -3,6 +3,8 @@ tags:
- shell
---
# Shell sessions
## **Types of shell session**
Shell sessions can be one of or several instances of the following types:

View file

@ -4,7 +4,7 @@ tags: []
created: Friday, April 26, 2024
---
# Single_file_Python_scripts
# Single file Python scripts
## Basic architecture

View file

@ -2,11 +2,13 @@
tags: [algebra]
---
# Solving equations
## Use inversion of operators
When solving equations we frequently make use of the
[ operator inversion rules](Inversion%20of%20operators.md) to find
the solutions.
[ operator inversion rules](Inversion%20of%20operators.md) to find the
solutions.
### Example: inversion of addition

View file

@ -3,6 +3,8 @@ tags: [literature, computer-history]
created: Friday, August 23, 2024
---
# History of Computing (Swade, 2022 )
| Title | Author | Publication date | Resource type |
| --------------------------------------------------- | ----------- | ---------------- | ------------- |
| The History of Computing: A Very Short Introduction | Doron Swade | 2022 | Book |

View file

@ -2,12 +2,12 @@
tags: [CPU]
---
## The Little Man Computer
# The Little Man Computer
The [Little Man Computer]() is a simplified
computer that works on Von Neuman principles. It has all the CPU components we
have detailed above. It is programmed in machine code but for simplicity it uses
the denary rather than the binary number system.
The [Little Man Computer]() is a simplified computer that works on Von Neuman
principles. It has all the CPU components we have detailed above. It is
programmed in machine code but for simplicity it uses the denary rather than the
binary number system.
![LMC_5.gif](LMC_5.gif)