PZPranav Zambareinbytesized-pranav.hashnode.dev·Jul 15, 2025 · 4 min readComprehensive Guide to Codechef Starter 194: Mastering 'Mark AllIn Codechef Round 194 Div 4, there was one particular question that completely shattered my confidence. After failing to solve it during the contest, my brain froze — and I couldn’t think clearly for the remaining problems. But after calming myself d...00
PZPranav Zambareinbytesized-pranav.hashnode.dev·Jul 3, 2025 · 4 min read🔥Day 1 Recap – CodeChef 1400+ Challenge BeginsToday I officially started my grind toward 1400+ on CodeChef. I’ve kept the first day light but insightful — focused mostly on two-pointer logic, frequency maps, and a neat parity-based math problem. Here’s what I worked on: 🔹 Problem 1: LeetCode 9...00
PZPranav Zambareinbytesized-pranav.hashnode.dev·Jun 30, 2025 · 4 min readA Mini Project on System of Linear Equation SolverAs part of my learning journey in Python and NumPy, today I built a small project that takes a system of linear equations, transforms it into row echelon form, and then determines whether the system has a: ✅ Unique solution ♾️ Infinitely many solut...00
PZPranav Zambareinbytesized-pranav.hashnode.dev·Jun 29, 2025 · 4 min read🧠 Finding the Single Element in a Sorted Array using Binary Search (C++)Have you ever stumbled upon a coding problem that looked easy at first, but then turned into a brain teaser once you went deep into edge cases? That’s exactly what happened when I tried solving "Single Element in a Sorted Array" using C++ and binary ...00