Articles by Tag #leetcode

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

1 Year of Consistent LeetCoding

It was September 2023, a time when change was in the air. I found myself between jobs, and as luck...

Learn More 675 27Oct 24 '24

Best Patterns for Cracking Coding Interviews Using LeetCode

Best Patterns for Cracking Coding Interviews Using LeetCode. LeetCode is a highly...

Learn More 39 0Oct 20 '24

SQL Leetcode Questions

SQL Leetcode Questions. Combine Two Tables - 175. Combine Two Tables Second Highest...

Learn More 37 2Nov 11 '24

Resolvendo o "Rotting Oranges"

Hoje a leitura é sobre como resolver o leetcode Rotting Oranges Vamos passar por como resolver o...

Learn More 29 2Jul 18 '24

Jump Game II: A Deep Dive into LeetCode's Classic Algorithm Problem

The Jump Game II problem is a classic example that tests your understanding of greedy algorithms and...

Learn More 28 1Oct 26 '24

My LeetCode Journey: From Beginner to Earning the Annual Badge! 🎉

Hey Dev Community! I’m excited to share a personal milestone I’ve reached—earning the...

Learn More 25 0Nov 28 '24

30 days of Javascript no LeetCode

No texto anterior, eu comecei a usar o site Hacker Rank para praticar algoritmos e comentei sobre...

Learn More 19 2Jan 19

LeetCode Challenge: 48. Rotate Image - JavaScript Solution 🚀

Top Interview 150 The Rotate Image problem involves rotating an n×n matrix by 90 degrees clockwise,...

Learn More 16 1Jan 10

🍬Beginner-Friendly Guide to Solving "Distribute Candies Among Children II" | LeetCode 2929 Explained (C++ | JavaScript | Python)

Distributing candies among children sounds simple, right? But what if there’s a limit on how many...

Learn More 15 4Jun 1

🎁 Beginner-Friendly Guide to Solving "Maximum Candies You Can Get from Boxes" | LeetCode 1298(C++ | JavaScript | Python)

Ever wondered what it’s like to explore a maze of mysterious boxes containing candies, keys, and even...

Learn More 14 6Jun 3

What I have learnt from solving 1600 Leetcode Problems 🤯|| DSA Guide

Hey there! 👋 Hope you’re doing well 🙂 As software engineers, we know that landing an SDE role at a...

Learn More 12 3Oct 23 '24

864. Shortest Path to Get All Keys || Leetcode || Hard

Hey there 👋 Hope you are doing well 😃 In this blog we are going to discuss the approach for the...

Learn More 12 2Sep 25 '24

📅 Day 1/75 of LeetCode Practice – [Today’s Focus: Arrays / Strings / Sliding Window]::Part:1

Hey devs! 👋 I'm starting a daily challenge where I solve 2 LeetCode problems every day and share my...

Learn More 11 0May 19

🔶Beginner-Friendly Guide to Solving "Count Subarrays With Fixed Bounds" | LeetCode 2444 Explained (C++ | JavaScript | Python)

🧠 How to Solve: "Count Subarrays With Fixed Bounds" (LeetCode 2444) Problem Rating:...

Learn More 11 0Apr 27

🧩 LeetCode Challenge: Merge Sorted Array | Top Interview Questions [Java Solution]

Introduction 🚀 If you're preparing for coding interviews, especially for roles in FAANG or...

Learn More 11 1Dec 26 '24

LeetCode Challenge: 121. Best Time to Buy and Sell Stock - JavaScript Solution 🚀

Top Interview 150 Maximizing profit from stock prices is a classic problem that teaches you how to...

Learn More 11 1Dec 10 '24

🧠 Level Up Your Coding Skills: The Problem-Solving Adventure! 🚀

Hey there, fellow code warriors! 👋 Today, we're diving into the exciting world of problem-solving and...

Learn More 11 2Sep 18 '24

Solving "Minimum Genetic Mutation" leetcode

Hello! Today, we are going to solve Minimum Genetic Mutation on leetcode. This challenge uses some...

Learn More 11 2Jul 25 '24

LinkedList (DSA - 6)

Linked lists are a fundamental data structure in computer science, used to store a collection of...

Learn More 10 0Sep 14 '24

729. My Calendar I|| Leetcode || Medium

Hey there 👋 Hope you are doing well 😃 In this blog we are going to see the complete intuition...

Learn More 10 0Sep 27 '24

Simplify Your Algorithms and Data Structures Revision with This Free Resource!

Introduction During my college days, I was often advised to solve problem sheets curated...

Learn More 10 0Dec 26 '24

🔁Beginner-Friendly Guide to Solving "Number of Equivalent Domino Pairs" | LeetCode 1128(C++ | JavaScript | Python)

If you’ve ever played with dominoes, you know that the order of the numbers doesn’t matter—[1,2] is...

Learn More 10 0May 5

👹 Longest Binary Subsequence K – LeetCode 2311 (C++ | JavaScript | Python )

👋 Hey, binary sleuths! 🕵️‍♂️💡 Today, we dive into a clever bit manipulation puzzle —...

Learn More 10 4Jun 26

🧒🍬 Beginner-Friendly Guide to Solving "Distribute Candies Among Children" | LeetCode 135 Explained (C++ | JavaScript | Python)

When it comes to greedy algorithms, LeetCode 135 - Candy is a textbook problem. It asks us to...

Learn More 10 6Jun 2

LeetCode Problem#03

Kodning vazifasi: LengthOfLongestSubstring metodi berilgan matn ichida takrorlanmaydigan...

Learn More 10 0Nov 19 '24

LeetCode Challenge: 380. Insert Delete GetRandom O(1) - JavaScript Solution 🚀

Top Interview 150 Implementing a data structure that supports insertion, deletion, and random access...

Learn More 10 2Dec 15 '24

Beginner's AID|| A Data Structures and Algorithms Guide || Get Interview Ready

Hey there! 👋 Hope you’re doing great! 😃 So, you’ve probably heard a ton of people talking about...

Learn More 9 0Sep 21 '24

LeetCode Challenge: 151. Reverse Words in a String - JavaScript Solution 🚀

Top Interview 150 Reversing the words in a string while handling multiple spaces efficiently is a...

Learn More 9 3Dec 24 '24

LeetCode Challenge: 14. Longest Common Prefix - JavaScript Solution 🚀

Top Interview 150 The Longest Common Prefix problem is a classic string manipulation challenge that...

Learn More 9 1Dec 23 '24

Off-by-1 again in your LeetCode binary search solution?

“Although the basic idea of binary search is straightforward, the details are surprisingly...

Learn More 8 4May 16