Have you ever typed =100/45 into Excel or Google Sheets, formatted it as a fraction, and watched it magically turn into 20/9? Seems simple. But under the hood, it’s using one of the oldest and smartest math tricks ever invented — the Euclidean Algori...
Introduction Algorithms are fundamental to computer science and play a very important role in designing efficient solutions for various problems. Understanding algorithms, dating back to ancient civilisations, is essential for anyone interested in ma...
📅 Date: May 26, 2025🏷️ Tags: DSA, Python, LeetCode, Sliding Window, HashMap 👋 Hello Devs! Welcome back to my #90DaysOfDSA journey. On Day 6, I focused on solving problems that involve string pairing and sliding window techniques — both of which a...