125 articles

📰 Dev.to · Om Shree

Articles from Dev.to · Om Shree · 125 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (11111) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
🧩 Beginner-Friendly Guide 'Largest Magic Square' – LeetCode 1895 (C++, Python, JavaScript)
Dev.to · Om Shree 2mo ago
🧩 Beginner-Friendly Guide 'Largest Magic Square' – LeetCode 1895 (C++, Python, JavaScript)
Searching for patterns in a grid is a classic challenge in algorithmic thinking. In this problem, we...
📐 Beginner-Friendly Guide 'Find the Largest Square Area' – LeetCode 3047 (C++, Python, JavaScript)
Dev.to · Om Shree 2mo ago
📐 Beginner-Friendly Guide 'Find the Largest Square Area' – LeetCode 3047 (C++, Python, JavaScript)
Geometry problems often look intimidating because of the coordinate math involved. However, this...
🚜 Beginner-Friendly Guide 'Maximum Square Area by Removing Fences From a Field' – LeetCode 2975 (C++, Python, JavaScript)
Dev.to · Om Shree 2mo ago
🚜 Beginner-Friendly Guide 'Maximum Square Area by Removing Fences From a Field' – LeetCode 2975 (C++, Python, JavaScript)
Navigating the world of computational geometry can be tricky. This problem asks us to look past the...
🧱 Beginner-Friendly Guide 'Maximize Area of Square Hole in Grid' – LeetCode 2943 (C++, Python, JavaScript)
Dev.to · Om Shree 2mo ago
🧱 Beginner-Friendly Guide 'Maximize Area of Square Hole in Grid' – LeetCode 2943 (C++, Python, JavaScript)
Understanding how to manipulate grids and find contiguous patterns is a vital skill for any...
🎭Beginner-Friendly Guide 'Separate Squares II' – LeetCode 3454 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🎭Beginner-Friendly Guide 'Separate Squares II' – LeetCode 3454 (C++, Python, JavaScript)
Finding the perfect horizontal line that splits a set of overlapping shapes into two equal areas is a...
🟦 Beginner-Friendly Guide 'Separate Squares I' – LeetCode 3453 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🟦 Beginner-Friendly Guide 'Separate Squares I' – LeetCode 3453 (C++, Python, JavaScript)
Imagine you have a collection of square stickers scattered across a wall, and you want to draw one...
🧭 Beginner-Friendly Guide 'Minimum Time Visiting All Points' – LeetCode 1266 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🧭 Beginner-Friendly Guide 'Minimum Time Visiting All Points' – LeetCode 1266 (C++, Python, JavaScript)
Navigating a 2D grid efficiently is a fundamental skill in both competitive programming and game...
🧱 Beginner-Friendly Guide 'Maximal Rectangle' – LeetCode 85 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🧱 Beginner-Friendly Guide 'Maximal Rectangle' – LeetCode 85 (C++, Python, JavaScript)
Finding the largest shape in a sea of data is a classic challenge that tests your ability to combine...
Bridging LLMs and Design Systems via MCP: Implementing a Community Figma MCP Server for Generative Design
Dev.to · Om Shree 3mo ago
Bridging LLMs and Design Systems via MCP: Implementing a Community Figma MCP Server for Generative Design
The Model Context Protocol (MCP) is an open-standard communication protocol designed to provide AI...
🧶 Beginner-Friendly Guide 'Minimum ASCII Delete Sum for Two Strings' – LeetCode 712 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🧶 Beginner-Friendly Guide 'Minimum ASCII Delete Sum for Two Strings' – LeetCode 712 (C++, Python, JavaScript)
Finding the similarity between two pieces of text is a foundational challenge in computer science....
🌠Beginner-Friendly Guide 'Smallest Subtree with all the Deepest Nodes' – LeetCode 865 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🌠Beginner-Friendly Guide 'Smallest Subtree with all the Deepest Nodes' – LeetCode 865 (C++, Python, JavaScript)
Navigating binary trees often feels like exploring a maze where you need to keep track of where you...
🧗‍♂️Beginner-Friendly Guide 'Max Dot Product of Two Subsequences' – LeetCode 1458 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🧗‍♂️Beginner-Friendly Guide 'Max Dot Product of Two Subsequences' – LeetCode 1458 (C++, Python, JavaScript)
Finding the most optimal way to pair numbers from two different sequences can feel like a puzzle....
🌳 Beginner-Friendly Guide 'Maximum Product of Splitted Binary Tree' – LeetCode 1339 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🌳 Beginner-Friendly Guide 'Maximum Product of Splitted Binary Tree' – LeetCode 1339 (C++, Python, JavaScript)
Binary trees often feel intimidating because of their recursive nature. However, many tree problems...
🌲 Beginner-Friendly Guide 'Maximum Level Sum of a Binary Tree' – LeetCode 1161 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🌲 Beginner-Friendly Guide 'Maximum Level Sum of a Binary Tree' – LeetCode 1161 (C++, Python, JavaScript)
Navigating a binary tree can often feel like exploring a multi-story building. To find which floor...
🧩 Beginner-Friendly Guide 'Maximum Matrix Sum' – LeetCode 1975 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🧩 Beginner-Friendly Guide 'Maximum Matrix Sum' – LeetCode 1975 (C++, Python, JavaScript)
At first glance, this problem looks like a complex puzzle where you have to flip signs across a grid....
🍀 Beginner-Friendly Guide 'Four Divisors' – LeetCode 1390 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🍀 Beginner-Friendly Guide 'Four Divisors' – LeetCode 1390 (C++, Python, JavaScript)
Finding the divisors of a number is a classic math problem that pops up frequently in competitive...
🎨 Beginner-Friendly Guide 'Number of Ways to Paint N 3 Grid' – LeetCode 1411 (C++, Python, JavaScript)
Dev.to · Om Shree 3mo ago
🎨 Beginner-Friendly Guide 'Number of Ways to Paint N 3 Grid' – LeetCode 1411 (C++, Python, JavaScript)
Combinatorics and dynamic programming can often feel like solving a massive puzzle with missing...
🎯 Beginner-Friendly Guide 'N-Repeated Element in Size 2N Array' – LeetCode 961 (C++ | Python | JavaScript)
Dev.to · Om Shree 3mo ago
🎯 Beginner-Friendly Guide 'N-Repeated Element in Size 2N Array' – LeetCode 961 (C++ | Python | JavaScript)
This problem is a fantastic way to practice your "Pigeonhole Principle" logic and learn how to...
🐦‍🔥Beginner-Friendly Guide "Plus One" – LeetCode 66 (C++ | Python | JavaScript)
Dev.to · Om Shree 3mo ago
🐦‍🔥Beginner-Friendly Guide "Plus One" – LeetCode 66 (C++ | Python | JavaScript)
We've all used a calculator, but have you ever wondered how a computer handles adding one to a number...
🌀 Brent's Algorithm Explained – Faster Cycle Detection for Beginners
Dev.to · Om Shree 5mo ago
🌀 Brent's Algorithm Explained – Faster Cycle Detection for Beginners
🚀 What Problem Are We Solving? (The Loop) Imagine you are traveling through a sequence of...