DSA

DSA-PREP

LeetCode #74 — Search 2D Matrix

This article is part of my series on solving Striver’s SDE Sheet using Swift. Searching in a 2D matrix can…

Tutorials
May 26, 2025
DSA-PREP

LeetCode #74 — Search 2D Matrix

This article is part of my series on solving Striver’s SDE Sheet using Swift. Searching in a 2D matrix can…

Tutorials
May 26, 2025
DSA-PREP

Here’s a detailed blog post idea for “When, Where, and Why to Use Different Methods in Java Spring…

Welcome to this tutorial on effectively using methods in Java Spring Boot, backed by essential Data Structures and Algor...

Tutorials
May 25, 2025
DSA-PREP

Apa Itu Algoritma?

Have you ever heard the term "algorithm" and wondered what it really means? You're not alone! Algorithms are a fundament...

Tutorials
May 25, 2025
DSA-PREP

LeetCode 383: Ransom Note

Have you ever wondered how to determine if a ransom note can be created using the letters from a magazine?…

Tutorials
May 25, 2025
DSA-PREP

LRU Cache : Intuition, Dry Runs & Optimized Code

Mastering Data Structures and Algorithms (DSA) is the key to unlocking success in top software engineering interviews. T...

Tutorials
May 25, 2025
DSA-PREP

LeetCode 19: Remove Nth Node From End of List

In this tutorial, we will learn how to remove the nth node from the end of a linked list. This…

Tutorials
May 25, 2025
DSA-PREP

2131. Longest Palindrome by Concatenating Two Letter Words

Difficulty: Medium

Tutorials
May 25, 2025
DSA-PREP

Stack: NSMutableArray: Objective-C

Stacks are a fundamental data structure in computer science, used in various applications such as parsing expressions, b...

Tutorials
May 25, 2025