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
Stack (Linked List Implementation), Code ↔ Language

Stack (Linked List Implementation), Code ↔ Language

5
Comments
2 min read
AVL Tree, Code ↔ Language

AVL Tree, Code ↔ Language

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

Queue (Linked List Implementation), Code ↔ Language

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

Stack (Array Implementation), Code ↔ Language

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

Binary Search Tree, Code ↔ Language

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

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

5
Comments
6 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

2
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

1
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
How to Detect the Starting Node of a Cycle in a Linked List

How to Detect the Starting Node of a Cycle in a Linked List

1
Comments
3 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

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

Advanced Python Concepts: A Comprehensive Guide

2
Comments
5 min read
Branch and Bound Algorithm to Solve the Traveling Salesman Problem

Branch and Bound Algorithm to Solve the Traveling Salesman Problem

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

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

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

Efficient Implementation of Linked Lists in NestJS

5
Comments
3 min read
Aula 00.py uma breve introdução

Aula 00.py uma breve introdução

21
Comments
2 min read
Abordando grafos através das escalas musicais

Abordando grafos através das escalas musicais

3
Comments 2
3 min read
Oque Ă© o Dunder Py

Oque Ă© o Dunder Py

20
Comments
2 min read
Understanding the Josephus Problem: A Comprehensive Guide

Understanding the Josephus Problem: A Comprehensive Guide

6
Comments
8 min read
Demystifying C# Data Structures: A Veteran Developer's Guide

Demystifying C# Data Structures: A Veteran Developer's Guide

Comments
3 min read
Picking myself up after a Vacation

Picking myself up after a Vacation

1
Comments
3 min read
CRISP-DM: The Essential Methodology for Structuring Your Data Science Projects

CRISP-DM: The Essential Methodology for Structuring Your Data Science Projects

2
Comments
4 min read
Exploring the World of Quantum Computing

Exploring the World of Quantum Computing

Comments
3 min read
Leet Code Problem: Finding index that sums to a target Using Javascript

Leet Code Problem: Finding index that sums to a target Using Javascript

Comments
3 min read
LeetCode Day 12

LeetCode Day 12

1
Comments
2 min read
Tree data structures in Rust with tree-ds (#3: Beyond The Basics)

Tree data structures in Rust with tree-ds (#3: Beyond The Basics)

Comments
2 min read
Tree data structures in Rust with tree-ds (#2: Tree Operations)

Tree data structures in Rust with tree-ds (#2: Tree Operations)

1
Comments
3 min read
LeetCode Day21 BackTracking Part 3

LeetCode Day21 BackTracking Part 3

Comments
3 min read
LeetCode Day19 BackTracking Part 1

LeetCode Day19 BackTracking Part 1

Comments
4 min read
What is a CIDR trie and how can it help you?

What is a CIDR trie and how can it help you?

Comments
8 min read
Hexaflare: Exploring Data Structures

Hexaflare: Exploring Data Structures

Comments
13 min read
JavaBite : ArrayList and LinkedList

JavaBite : ArrayList and LinkedList

1
Comments
4 min read
Apply Prefix Sum into solve sum of sub-array problem

Apply Prefix Sum into solve sum of sub-array problem

Comments
1 min read
Tree data structures in Rust with tree-ds (#1: Getting Started)

Tree data structures in Rust with tree-ds (#1: Getting Started)

11
Comments
3 min read
Day 3: Introduction to Arrays đź“‹

Day 3: Introduction to Arrays đź“‹

2
Comments
3 min read
LeetCode Day 14 Binary Tree Part 4

LeetCode Day 14 Binary Tree Part 4

Comments
1 min read
Mathematics: Timeless Wisdom in a Changing Tech World

Mathematics: Timeless Wisdom in a Changing Tech World

1
Comments
1 min read
The Data Professions

The Data Professions

1
Comments
3 min read
Fast and Slow Pointers, Coding Interview Pattern

Fast and Slow Pointers, Coding Interview Pattern

3
Comments
4 min read
5 Reasons to Make Power BI Your First Choice as a Data Science Student

5 Reasons to Make Power BI Your First Choice as a Data Science Student

Comments
3 min read
Today I gave a C++ backend interview. Here’s how it went.

Today I gave a C++ backend interview. Here’s how it went.

Comments
3 min read
Day 1: Introduction to Data Structures and Algorithms (DSA)🚀

Day 1: Introduction to Data Structures and Algorithms (DSA)🚀

4
Comments 12
3 min read
LeetCode Day 11 Binary Tree Part 1

LeetCode Day 11 Binary Tree Part 1

Comments
2 min read
Day 2: Understanding Big O Notation đź“Š

Day 2: Understanding Big O Notation đź“Š

2
Comments
3 min read
Algo Basics 101: Recursion Review

Algo Basics 101: Recursion Review

Comments
3 min read
Implementing BFS and DFS in JavaScript

Implementing BFS and DFS in JavaScript

Comments
12 min read
LeetCode Day10 Stack&Queue Part 2

LeetCode Day10 Stack&Queue Part 2

1
Comments
3 min read
Introduction to Queue Data Structure In JavaScript

Introduction to Queue Data Structure In JavaScript

8
Comments 4
7 min read
Day 1: Introduction to Data Structures and Algorithms (DSA)🚀

Day 1: Introduction to Data Structures and Algorithms (DSA)🚀

Comments
3 min read
loading...