Update 'braindump.md'
This commit is contained in:
parent
1d56c534ef
commit
76d94d5556
15
braindump.md
15
braindump.md
|
@ -74,6 +74,11 @@
|
||||||
- Ring Buffers
|
- Ring Buffers
|
||||||
- Merkle Trees
|
- Merkle Trees
|
||||||
- Consensus algorithms
|
- Consensus algorithms
|
||||||
|
- Directed Acyclic Graphs
|
||||||
|
- Binary Trees
|
||||||
|
- Skip lists
|
||||||
|
- Bloom filters
|
||||||
|
- Hashmaps
|
||||||
|
|
||||||
## Filesystems Terms:
|
## Filesystems Terms:
|
||||||
- Journalling
|
- Journalling
|
||||||
|
@ -99,12 +104,14 @@
|
||||||
- NAT
|
- NAT
|
||||||
- P2P
|
- P2P
|
||||||
|
|
||||||
## Cryptography and Error Correction Terms:
|
## Cryptography, Hashing and Error Correction Terms:
|
||||||
- PKCS
|
- PKCS
|
||||||
- RSA
|
- RSA
|
||||||
- SHA
|
- SHA
|
||||||
- ECC
|
- ECC
|
||||||
- CRC
|
- CRC Family
|
||||||
|
- FNV
|
||||||
|
- Pseudorandom numbers
|
||||||
|
|
||||||
## Compression Terms:
|
## Compression Terms:
|
||||||
- Burrows-Wheeler Transform
|
- Burrows-Wheeler Transform
|
||||||
|
@ -133,6 +140,10 @@
|
||||||
## UI/UX Terms:
|
## UI/UX Terms:
|
||||||
- Dark Patterns
|
- Dark Patterns
|
||||||
|
|
||||||
|
## Number Theory Terms:
|
||||||
|
(should this be embedded in other topics?)
|
||||||
|
- Birthday Paradox
|
||||||
|
|
||||||
# Needed Glossary Terms
|
# Needed Glossary Terms
|
||||||
## HTTP to PHY Terms:
|
## HTTP to PHY Terms:
|
||||||
- HTTP
|
- HTTP
|
||||||
|
|
Loading…
Reference in New Issue