DEV Community

# datastructures

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
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

4
Comments
4 min read
Mastering Python Sets: A Comprehensive Guide with Examples

Mastering Python Sets: A Comprehensive Guide with Examples

Comments
4 min read
Why You Should Learn DSA with JavaScript & the Importance of Problem Solving ?

Why You Should Learn DSA with JavaScript & the Importance of Problem Solving ?

31
Comments
2 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
Python Lists Explained: A Beginner's Guide with Examples

Python Lists Explained: A Beginner's Guide with Examples

Comments
2 min read
Exploring Name Mangling in Python: What It Is and How It Works

Exploring Name Mangling in Python: What It Is and How It Works

2
Comments 2
4 min read
DSA: Graph - questions

DSA: Graph - questions

Comments
3 min read
DSA: Recursion - questions

DSA: Recursion - questions

Comments
2 min read
DSA: Heap - questions

DSA: Heap - questions

Comments
2 min read
DSA: Backtracking - questions

DSA: Backtracking - questions

Comments
2 min read
DSA: Trie - questions

DSA: Trie - questions

Comments
2 min read
DSA: Tree - questions

DSA: Tree - questions

Comments
3 min read
DSA: Queue - questions

DSA: Queue - questions

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

2
Comments
6 min read
Introduction to Arrays in Java

Introduction to Arrays in Java

Comments
4 min read
List of the 15 Most Essential Data Structures

List of the 15 Most Essential Data Structures

26
Comments
1 min read
JavaScript Data Structures Cheat Sheet: Arrays, Typed Arrays, Sets, Maps, and WeakMaps (with Python Equivalents)

JavaScript Data Structures Cheat Sheet: Arrays, Typed Arrays, Sets, Maps, and WeakMaps (with Python Equivalents)

Comments
4 min read
Doubly Linked List Implementation in Go

Doubly Linked List Implementation in Go

6
Comments
5 min read
Flipping Data Structures to optimize performance 🚀

Flipping Data Structures to optimize performance 🚀

Comments
2 min read
Data Structures & Algorithm Day 0

Data Structures & Algorithm Day 0

Comments
2 min read
Manipulating Arrays with PHP

Manipulating Arrays with PHP

6
Comments
2 min read
Array Searching in DSA using JavaScript: From Basics to Advanced

Array Searching in DSA using JavaScript: From Basics to Advanced

Comments
10 min read
Managing Streaming Data with Min and Max Heaps in JavaScript: A Digital Athlete Health Tech Perspective

Managing Streaming Data with Min and Max Heaps in JavaScript: A Digital Athlete Health Tech Perspective

Comments
5 min read
Big O Notations CheatSheet with Explanation

Big O Notations CheatSheet with Explanation

91
Comments 2
9 min read
Data Structures and Algorithms

Data Structures and Algorithms

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

Mastering Arrays in JavaScript: From Basics to Pro

4
Comments
10 min read
Leetcode: minEatingSpeed

Leetcode: minEatingSpeed

Comments
2 min read
Redis Explained: Key Features, Use Cases, and a Hands-on Project

Redis Explained: Key Features, Use Cases, and a Hands-on Project

3
Comments
7 min read
Sets

Sets

Comments
2 min read
The Battle of the MSTs: Prim, Kruskal, and BorĹŻvka Duke It Out for Supremacy!

The Battle of the MSTs: Prim, Kruskal, and BorĹŻvka Duke It Out for Supremacy!

6
Comments
3 min read
Unlocking PHP's Hidden Gems: 7 SPL Data Structures You Need to Know

Unlocking PHP's Hidden Gems: 7 SPL Data Structures You Need to Know

5
Comments 3
3 min read
729. My Calendar I|| Leetcode || Medium

729. My Calendar I|| Leetcode || Medium

10
Comments
3 min read
🚀 Why Choose Binary Search Over Linear Search?

🚀 Why Choose Binary Search Over Linear Search?

Comments
1 min read
Kth Largest Element in an Array

Kth Largest Element in an Array

1
Comments
4 min read
Understanding Your Data: The Essentials of Exploratory Data Analysis.

Understanding Your Data: The Essentials of Exploratory Data Analysis.

Comments
4 min read
A Quick Guide to Python List Methods with Examples

A Quick Guide to Python List Methods with Examples

Comments
2 min read
How to Determine if a Graph is Not Simple Without Checking Every Edge for Loops or Parallelism

How to Determine if a Graph is Not Simple Without Checking Every Edge for Loops or Parallelism

Comments
6 min read
Beginner's AID|| A Data Structures and Algorithms Guide || Get Interview Ready

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

9
Comments
6 min read
Forget Everything You Know About String Searching - Tries Will Blow Your Mind!

Forget Everything You Know About String Searching - Tries Will Blow Your Mind!

6
Comments
3 min read
Intro to DSA & Big O Notation

Intro to DSA & Big O Notation

3
Comments
5 min read
Leetcode 678 :- Valid Parenthesis String

Leetcode 678 :- Valid Parenthesis String

Comments 2
2 min read
The Power of Tries, Data Structure Optimization in Emacs

The Power of Tries, Data Structure Optimization in Emacs

Comments 1
5 min read
Trees 101: Binary, Heaps, Tries

Trees 101: Binary, Heaps, Tries

5
Comments
5 min read
How to find intersection of two singly linked lists in a simple and optimal way in java

How to find intersection of two singly linked lists in a simple and optimal way in java

Comments
3 min read
How to Tackle Data Structures and Algorithms Like a Pro: Essential Strategies Revealed

How to Tackle Data Structures and Algorithms Like a Pro: Essential Strategies Revealed

5
Comments
5 min read
👨‍🔧 7 Must-Know Algorithms Concepts to Ace a Coding Interview:

👨‍🔧 7 Must-Know Algorithms Concepts to Ace a Coding Interview:

Comments
2 min read
Merge two sorted linked lists in java simple and optimal way

Merge two sorted linked lists in java simple and optimal way

Comments
3 min read
How to reverse a linked list in simple and optimal way in java

How to reverse a linked list in simple and optimal way in java

Comments
2 min read
Data Structures: Arrays

Data Structures: Arrays

Comments
4 min read
Leetcode 238: Product Of Array Except Self

Leetcode 238: Product Of Array Except Self

14
Comments 2
10 min read
Dynamic Connectivity: A Visual Guide

Dynamic Connectivity: A Visual Guide

Comments
4 min read
Time Complexity & Space Complexity Understand

Time Complexity & Space Complexity Understand

1
Comments
8 min read
Four data structures in Python

Four data structures in Python

2
Comments 1
1 min read
Data Analysis With Power BI: Sales Analysis.

Data Analysis With Power BI: Sales Analysis.

Comments
3 min read
Unlocking the Power of Data Structures and Algorithms (DSA) in Laravel

Unlocking the Power of Data Structures and Algorithms (DSA) in Laravel

8
Comments
3 min read
Bloom Filters: Space-Efficient Probabilistic Data Structures

Bloom Filters: Space-Efficient Probabilistic Data Structures

Comments
6 min read
Mastering Array Manipulation in DSA using JavaScript: From Basics to Advanced

Mastering Array Manipulation in DSA using JavaScript: From Basics to Advanced

5
Comments 2
7 min read
DSA: Linked List Javascript

DSA: Linked List Javascript

Comments
1 min read
Array

Array

2
Comments
5 min read
Merge sort | Recursion

Merge sort | Recursion

9
Comments
3 min read
loading...