DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Exploring Basic Data Structures and Their Applications in LeetCode Problems

Exploring Basic Data Structures and Their Applications in LeetCode Problems

Comments
11 min read
Union-Find, Data Structures

Union-Find, Data Structures

5
Comments
2 min read
Queue and Circular Queue (Array Implementation), Code ↔ Language

Queue and Circular Queue (Array Implementation), Code ↔ Language

5
Comments
6 min read
Queue (Linked List Implementation), Code ↔ Language

Queue (Linked List Implementation), Code ↔ Language

5
Comments
2 min read
Stack (Linked List Implementation), Code ↔ Language

Stack (Linked List Implementation), Code ↔ Language

5
Comments
2 min read
Binary Search Tree, Code ↔ Language

Binary Search Tree, Code ↔ Language

5
Comments
9 min read
Stack (Array Implementation), Code ↔ Language

Stack (Array Implementation), Code ↔ Language

5
Comments
3 min read
AVL Tree, Code ↔ Language

AVL Tree, Code ↔ Language

5
Comments
7 min read
Cracking the LeetCode 122. Best Time to Buy and Sell Stock II

Cracking the LeetCode 122. Best Time to Buy and Sell Stock II

Comments
2 min read
LeetCode Day22 BackTracking Part 4

LeetCode Day22 BackTracking Part 4

1
Comments
3 min read
LeetCode Day20 BackTracking Part 2

LeetCode Day20 BackTracking Part 2

Comments
3 min read
LeetCode Day18 Binary Tree Part 8

LeetCode Day18 Binary Tree Part 8

Comments
5 min read
Optimizing String Concatenation with StringBuilder

Optimizing String Concatenation with StringBuilder

1
Comments
2 min read
LeetCode Day 17 Binary Tree Part 7

LeetCode Day 17 Binary Tree Part 7

Comments
2 min read
Trie

Trie

Comments
7 min read
Create an Inventory Database In 3 Steps

Create an Inventory Database In 3 Steps

Comments
19 min read
Day 4: Understanding Linked Lists 🔗

Day 4: Understanding Linked Lists 🔗

1
Comments
4 min read
The Best Book to Learn About Algorithms and Data Structures - Take Your Developer Skills to the Next Level

The Best Book to Learn About Algorithms and Data Structures - Take Your Developer Skills to the Next Level

1
Comments 2
3 min read
LeetCode Day16 Binary Tree Part 6

LeetCode Day16 Binary Tree Part 6

1
Comments
5 min read
LeetCode Day 13 Binary Tree Part 3

LeetCode Day 13 Binary Tree Part 3

Comments
2 min read
Comprehensive Python Data Structures Cheat sheet

Comprehensive Python Data Structures Cheat sheet

4
Comments
6 min read
Advanced Python Concepts: A Comprehensive Guide

Advanced Python Concepts: A Comprehensive Guide

2
Comments
5 min read
Aggregation in GROUP BY vs. Window Functions Using OVER()

Aggregation in GROUP BY vs. Window Functions Using OVER()

4
Comments
3 min read
Efficient Implementation of Linked Lists in NestJS

Efficient Implementation of Linked Lists in NestJS

5
Comments
3 min read
Binary Search Tree from Scratch in Java

Binary Search Tree from Scratch in Java

Comments
2 min read
loading...