Tag: #tree
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Git Internals: How Git Really Works — Blob, Tree, Commit, and DAG Deep Dive
A complete dissection of Git internals! Blob/Tree/Commit object model, SHA-1 hashing, .git directory structure, DAG (Directed Acyclic Graph), branches as pointers, merge vs rebase internals, reflog recovery, pack file co
2026-03-24 · 20 min read #git#internals#blob#tree#commitData Structures Complete Guide 2025: Array to Trie, B-Tree — Every Structure for Interviews
Every data structure for interviews with visualization and code! Array, LinkedList, Stack/Queue, HashMap, BST, AVL, Heap, Trie, Graph, Union-Find, B-Tree, Skip List, Bloom Filter — Big-O comparison table and practical us
2026-03-23 · 24 min read #data-structures#algorithms#array#linked-list#tree