SIshrinidhi iyerinoopsitran.hashnode.dev·10h ago · 3 min read Confessions of a Pre-Final Year Engineer Hey everyone, I’m Shrinidhi, a pre-final year engineering student, movie enthusiast, and someone currently navigating the chaotic maze of placement preparation. I walked into college with an empty min00
AKAbhiram Kaakarlainalgorithm-playground.hashnode.dev·21h ago · 3 min readIf This, Then Smarter: Make a Sprite that Learns!Writer/Editor: Abhiram Kaakarla 👋 Welcome back, Explorers! At Algorithm Playground, we turn BIG computer science ideas into fun-sized learning adventures for little minds. Today’s adventure? Giving y01O
AKAbhiram Kaakarlainalgorithm-playground.hashnode.dev·21h ago · 3 min readLet’s Build with Blocks: Intro to Scratch Coding!Writer/Editor: Abhiram Kaakarla 👋 Welcome back, Explorers! At Algorithm Playground, we turn BIG computer science ideas into fun-sized learning adventures for little minds. In today’s edition, we’re j00
AKAbhiram Kaakarlainalgorithm-playground.hashnode.dev·21h ago · 1 min readIntroduction to Blog - Algorithm Playground: Where Little Minds Take on Big Ideas Writer/Editor: Abhiram Kaakarla 🎉 Welcome to Algorithm Playground! 🚀 Where Little Minds Take on Big Ideas in AI and CS00
AKAbhiram Kaakarlainalgorithm-playground.hashnode.dev·21h ago · 3 min readLet’s Play the “Algorithm Adventure” Game!Writer/Editor: Abhiram Kaakarla 👋 Welcome back, Explorers! Welcome back to Algorithm Playground, where we turn BIG ideas into awesome adventures! Today, we’re diving deeper into algorithms—but this t00
OFOhad Farkashinohadfarkash.hashnode.dev·1d ago · 8 min readI Asked AI to Build a Shopping Basket Under a Hard Budget — Here's What BrokeI run OneFindMe, an AI product-search front end for a large marketplace. The last thing I shipped was a feature that sounds trivial and isn't: type a need and a hard budget — "useful things for a big 00
CCalculatorQueenincalculatorqueen.hashnode.dev·1d ago · 7 min readExpected Value Is Not a Forecast: Engineering a Transparent Crafting CalculatorRandomized crafting systems invite a deceptively simple question: “Is this recipe worth attempting?” A calculator can produce a number quickly, but that number is only useful if its assumptions remain00
NWNaveen Wilsoninsolvelogs.hashnode.dev·2d ago · 3 min readSeven elements, three comparisons: binary search as an animationBinary search is one of those algorithms that everyone can describe and plenty of us still get wrong when we write it. The description is easy — halve the interval until you find the target. The detai00
NWNaveen Wilsoninsolvelogs.hashnode.dev·2d ago · 4 min readWhat I learned writing 1,096 tests for algorithm animationsI spent the last few months building visual walkthroughs for data structures and algorithms. Not diagrams — step-by-step animations where you watch the pointers move, the stack grow, and the visited s00
AKAman Karkiinamankarki.hashnode.dev·3d ago · 6 min readBuilding an HNSW index from scratch, and what the knobs actually doBuilding an HNSW index from scratch, and what the knobs actually do I've been building a vector database from scratch in C++ — not wrapping an existing one, actually writing the storage engine and the00