CCheckNumberinchecknumberofficial.hashnode.dev·1d ago · 5 min readEngineering Experiment: Recovering Degraded MICR Lines in Financial DocumentsEngineering Experiment: Recovering Degraded MICR Lines in Financial Documents In automated document processing, the Magnetic Ink Character Recognition (MICR) line—the string of numbers at the bottom o00
DSDebpriya santraintechandthoughts.hashnode.dev·2d ago · 2 min readBuilding a Zero-Lag Client-Side Python Visualizer with Pyodide & WebAssemblyUnderstanding code execution, call stacks, and pointer mutations can be tricky—especially when debugging complex algorithms, recursion, or data structures like linked lists and trees. To solve this wi00
SRSukalyan Royinsukalyanroy.hashnode.dev·2d ago · 12 min readThe Algorithm That Grinds Problems to DustTL;DR Aryabhata's kuṭṭaka is the first known algorithm for solving linear indeterminate equations. It reduces large numbers with Euclidean division, then reverses those steps to recover an integer s00
ASAbirami Sriinabi-blog.hashnode.dev·4d ago · 6 min readDay 11 of My 30-Day DSA Journey - Stack PatternToday I practiced the Stack data structure by solving five LeetCode problems using JavaScript. The problems covered different real-world uses of stacks such as matching brackets, tracking minimum valu00
ASAbirami Sriinabi-blog.hashnode.dev·5d ago · 12 min readDay 10 of My 30-Day DSA Journey - Sliding Window PatternDay 10 of my DSA journey with JavaScript focuses on Variable-Size Sliding Window. In Day 7, I learned the fixed-size Sliding Window pattern, where the window size was always k. Today, I worked with a 00
CHCédric Hervetincedric-hervet.hashnode.dev·6d ago · 9 min readWhy the hard part of route optimization is the modeling, not the algorithmEveryone benchmarks the algorithm. Almost nobody talks about the layer that actually breaks projects: modeling. Route optimization projects rarely fail on the algorithm. Between a business rule and a 10
Mmiadinhvaclogic.hashnode.dev·6d ago · 7 min readModeling Heat Pump Balance Points and Low-Ambient Inverter Deratings in TypeScript When sizing residential or commercial heat pumps, traditional HVAC rules of thumb (such as 500 sq ft per ton) fail dramatically in cold climates. As outdoor ambient temperature drops from 47°F (8.3°C)00
NNumberCheckerinnumberchecker.hashnode.dev·6d ago · 6 min readThe performance impact of fuzzy matching algorithms on real-time numerical identifier verificationIn high-volume data ingestion pipelines, the gap between "clean" input and "real-world" input is often where system performance degrades. When building services that verify numerical identifiers—such 00
ZNZenub Naqviinzenubnaqvi.hashnode.dev·Sep 13 · 7 min readThe Line of Code That Broke Java's Standard Library for Nine YearsHere's a question first: if I gave you a sorted list of 8 billion numbers—roughly the population of Earth—and asked you to find one specific number, how many comparisons would you need in the worst ca00
YWyan wanginwangyan.hashnode.dev·Sep 13 · 7 min readThe adaptive threshold that deleted the thing we were looking forFinding the four corners of a page in a phone photo is the step that turns a picture of a document into a copy of one. Everything downstream — the perspective warp, the flattening, the PDF — is easy o00