Splay Tree
Splay tree is a balanced search tree that it splays the just touched node. Splay Tree CS166: Data Structures
Splay tree is a balanced search tree that it splays the just touched node. Splay Tree CS166: Data Structures
The data structure x-Fast Trie is a binary trie that The nodes of each layer are stored in Cuckoo hash table. Missing 0 and 1 child pointers are used to store links to siblings.
A y-Fast trie splits nodes into blocks. Each block is a balanced search tree and has 2/w to 2w nodes. The block maximums constitutes an ♯ x-Fast Trie. x-Fast and y-Fast Tries CS166: Data Structures
lcp(m, n) = w - 1 - msb(m xor n) where w is the number of bits in a word, and msb is ♯ Most-Significant Bit.
System Proxy UWP Open PowerShell as admin (Win+X A), find the UWP package, for example, Microsoft Store Get-AppxPackage -Name '\*Store\*' Once the target app is located, get its package family name. $pkg = (Get-AppxPackage -Name Microsoft.
The first paragraph The first sentence joins the paper to the ongoing conversation. It also can be followed by the core definition and why the conversation is important. The rest of the first paragraph summarizes what is known in the conversation.
Show respect Adapt to your audience Maximize the signal-to-noise ratio Use effective redundancy
Encryption ⚡ GPG ※ source Encrypt the file with passphrase gpg --symmetric --cipher-algo AES256 my_secret.json Decrypt the file gpg --quiet --batch --yes --decrypt --passphrase="$GPG_PASSPHRASE" --output my_secret.json my_secret.json.gpg ⚡ Age FiloSottile/age: A simple, modern and secure encryption tool with small explicit keys, no config options, and UNIX-style composability.
Bootstrap Disassembler0/Win10-Initial-Setup-Script: PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019 Posts ♯ Memory Tracing in Windows ♯ Vim Setup for Windows ♯ My Windows Environment Setup Index ♯ WSL ♯ Windows Chinese Environment ♯ Windows OpenSSH Server ♯ Windows Proxy Setting ♯ Windows Terminal
Mouse Shift + Mouse Wheel: Scroll horizontally Index ♯ Windows Shortcuts