DEV Community

# dsa

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Interval list intersections

Interval list intersections

Comments
2 min read
Partition of label

Partition of label

Comments
1 min read
Merge Intervals

Merge Intervals

Comments
1 min read
Mastering DSA with Pen and Paper: Unplug and Think Like a Problem-Solver

Mastering DSA with Pen and Paper: Unplug and Think Like a Problem-Solver

2
Comments
5 min read
How to Start DSA (Data Structures & Algorithms) as a Beginner

How to Start DSA (Data Structures & Algorithms) as a Beginner

1
Comments
5 min read
Ultimate Guide to the Best Resources, Books, and Problems for DSA Mastery: "Which I Personally Use."

Ultimate Guide to the Best Resources, Books, and Problems for DSA Mastery: "Which I Personally Use."

1
Comments
9 min read
🚀 Mastering Time and Space Complexity in DSA: Your Ultimate Guide 🚀

🚀 Mastering Time and Space Complexity in DSA: Your Ultimate Guide 🚀

1
Comments
8 min read
Mastering Constraints and Problem-Solving Strategies in DSA

Mastering Constraints and Problem-Solving Strategies in DSA

1
Comments
6 min read
Negative cycle with Dijskta(Possible but not optimal)

Negative cycle with Dijskta(Possible but not optimal)

Comments
2 min read
Understanding Queues Data Structure: Mastering FIFO Principle in JavaScript

Understanding Queues Data Structure: Mastering FIFO Principle in JavaScript

2
Comments
5 min read
Jump Game II

Jump Game II

Comments
1 min read
Linked List Mastery: Cracking LeetCode Problems on List

Linked List Mastery: Cracking LeetCode Problems on List

2
Comments
5 min read
Python OOPS basic

Python OOPS basic

Comments
11 min read
LeetCode #1. Two Sum

LeetCode #1. Two Sum

1
Comments
2 min read
Data Structures & Algorithm Day 0

Data Structures & Algorithm Day 0

Comments
2 min read
Grid unique path

Grid unique path

Comments
1 min read
Edit distance

Edit distance

Comments
2 min read
Hash Tables Demystified: The Ultimate Guide with JavaScript Implementation

Hash Tables Demystified: The Ultimate Guide with JavaScript Implementation

5
Comments
11 min read
Longest increasing subsequence

Longest increasing subsequence

Comments
1 min read
Data Structures & Algorithm Linked List

Data Structures & Algorithm Linked List

Comments
6 min read
Sort character by frequency

Sort character by frequency

Comments
1 min read
Design Twitter

Design Twitter

1
Comments
7 min read
Data Structures and Algorithms: Dijkstra's Algorithm

Data Structures and Algorithms: Dijkstra's Algorithm

Comments
5 min read
Selection Sort Algorithm

Selection Sort Algorithm

Comments
2 min read
Cracking Stack and Queue LeetCode Problems: A Step-by-Step Guide to Solving LeetCode Challenges

Cracking Stack and Queue LeetCode Problems: A Step-by-Step Guide to Solving LeetCode Challenges

2
Comments
4 min read
skiplist implementation

skiplist implementation

Comments
5 min read
Graph (DSA - 7)

Graph (DSA - 7)

5
Comments 1
7 min read
Circular Linked Lists Demystified: From Novice to Node Master

Circular Linked Lists Demystified: From Novice to Node Master

9
Comments
8 min read
Master How Doubly Linked List is implemented in JavaScript

Master How Doubly Linked List is implemented in JavaScript

6
Comments
6 min read
How to Implement Singly Linked List in JavaScript

How to Implement Singly Linked List in JavaScript

6
Comments
5 min read
Minimum distance in an Array

Minimum distance in an Array

Comments
2 min read
Group Anagrams

Group Anagrams

Comments
2 min read
Boundary Traversal of Binary Tree

Boundary Traversal of Binary Tree

Comments
3 min read
K Most Frequent Words

K Most Frequent Words

Comments
2 min read
Distinct Islands

Distinct Islands

Comments
4 min read
How to be in top 1% on leetcode in 6 months.

How to be in top 1% on leetcode in 6 months.

Comments
6 min read
LeetCode Review

LeetCode Review

Comments
2 min read
DSA: LinkedList questions

DSA: LinkedList questions

9
Comments
3 min read
DSA: Stack - Questions

DSA: Stack - Questions

7
Comments
2 min read
DSA: Array - questions

DSA: Array - questions

7
Comments
1 min read
Understanding Stack Data Structure: A Step-by-Step Guide to Implementing Stack in JavaScript

Understanding Stack Data Structure: A Step-by-Step Guide to Implementing Stack in JavaScript

4
Comments
6 min read
864. Shortest Path to Get All Keys || Leetcode || Hard

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

12
Comments 2
7 min read
Word Search II

Word Search II

Comments
3 min read
DP-1 Climbing Stairs

DP-1 Climbing Stairs

1
Comments
2 min read
Using HashMaps, Coding Interview Pattern

Using HashMaps, Coding Interview Pattern

6
Comments
4 min read
Kth Largest Element in an Array

Kth Largest Element in an Array

1
Comments
4 min read
Print all unique Pairs with given Sum

Print all unique Pairs with given Sum

Comments
3 min read
Master Linked List like a Pro: Understanding how linked list works

Master Linked List like a Pro: Understanding how linked list works

7
Comments 1
7 min read
Object-Oriented Programming: Your First Step Toward Mastering DSA

Object-Oriented Programming: Your First Step Toward Mastering DSA

5
Comments
13 min read
Mastering Arrays in JavaScript: From Basics to Pro

Mastering Arrays in JavaScript: From Basics to Pro

4
Comments
10 min read
#30DaysofCode September: My journey to DSA Mastery

#30DaysofCode September: My journey to DSA Mastery

12
Comments 4
4 min read
Introduction to Data Structures and Algorithms: The Quest Begins

Introduction to Data Structures and Algorithms: The Quest Begins

5
Comments
7 min read
Linked List Manipulation, Coding Interview Pattern

Linked List Manipulation, Coding Interview Pattern

6
Comments
6 min read
Key Points for System Design Interviews

Key Points for System Design Interviews

1
Comments
5 min read
Longest substring without repeating characters

Longest substring without repeating characters

Comments
1 min read
JAVA COLLECTION FRAMEWORK (ONLY INTERFACES)

JAVA COLLECTION FRAMEWORK (ONLY INTERFACES)

Comments
9 min read
Let's Understand Recursion in JS: Types, Time-complexity

Let's Understand Recursion in JS: Types, Time-complexity

1
Comments
2 min read
Template

Template

Comments
2 min read
Proxy

Proxy

Comments
2 min read
Remove duplicates from an unsorted linked list without using any extra space [Javascript]

Remove duplicates from an unsorted linked list without using any extra space [Javascript]

Comments
1 min read
loading...