A Libertine of Computer Science
Categories
Book (8)
Development (66)
Research (68)
Writing (5)
Tags
Adjustment (12)
Algorithm (13)
Big Data (16)
Blockchain (1)
C&CPP (14)
Compile (6)
Concurrency (5)
CPU (5)
CUDA (5)
Database (25)
Distribute Computing (19)
Docker (5)
DuckDB (4)
FileSystem (12)
Git (1)
GPU (5)
Hash (1)
Idiom (1)
Java (10)
Latency (4)
Linux (1)
LLM (1)
Makefile (2)
Machine Learning (16)
NoSQL (1)
Note (12)
OS (8)
Paper (3)
Parallelism (7)
Pointer (3)
Probability (12)
Python (12)
RDMA (2)
Recommendation (1)
Reinforcement Learning (10)
Shell (3)
TensorFlow (5)
Virtualization (4)
Tag: Algorithm
Reservoir Sampling [蓄水池抽样算法]
Multi-Armed Bandit Problem [多臂赌博机问题]
A Fast and Practical Hash Function [一个快速实用的Hash函数]
Log-Structured Merge Trees [LSM Tree 介绍]
Twitter Snowflake Algorithm [分布式自增ID算法Snowflake]
Huffman Code [哈(霍)夫曼编码]
Minimum Spanning Tree [最小生成树算法]
Dijkstra algorithm [Dijkstra最短路径算法]
Floyd–Warshall Algorithm [弗洛伊德最短路径算法]
Iteration and Recursion [迭代和递归]
Introduction to B+ Tree [B+树简介]
Collaborative Filtering [协同过滤]
Introduction to B Tree [B树简介]