Tag: #algorithm
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
What Does a QR Code with a Photo Inside Pay For It — Error Correction Is a Budget
Take apart the technique for putting a photograph inside a QR code and it turns out to be a budget allocation decision rather than a design decision, because the slack spent on making it pretty was set aside for crumpled
2026-08-09 · 8 min read #algorithm#qr-code#error-correction#dithering#image-processingCoding Interview Pattern Mastery: 15 Algorithm Patterns + 75 Problems Roadmap for FAANG 2025
Master 15 essential algorithm patterns for FAANG coding interviews. From Two Pointers, Sliding Window, BFS/DFS to Dynamic Programming, Graphs, and Tries — a curated 75-problem roadmap based on NeetCode 150 with Python/Ja
2026-03-23 · 32 min read #algorithm#coding-test#interview#leetcode#data-structureleetcode_9_Palindrome_Number
leetcode9PalindromeNumber
2024-01-01 · 1 min read #leetcode#algorithm