DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
The Complete [2024] Guide to Data Structures and Algorithms

The Complete [2024] Guide to Data Structures and Algorithms

13
Comments
4 min read
Relearning basics of CS - Implementing Queue

Relearning basics of CS - Implementing Queue

Comments
2 min read
What I have learnt from solving 1600 Leetcode Problems 🤯|| DSA Guide

What I have learnt from solving 1600 Leetcode Problems 🤯|| DSA Guide

12
Comments 3
3 min read
DSA: Recursion - Expanded Questions

DSA: Recursion - Expanded Questions

35
Comments
3 min read
DSA: Essential Queue Interview Questions and Challenges

DSA: Essential Queue Interview Questions and Challenges

31
Comments 2
3 min read
Stack Interview Questions: From Basics to Advanced Problem-Solving

Stack Interview Questions: From Basics to Advanced Problem-Solving

30
Comments 2
2 min read
Introduction to Data Structures and Algorithms.

Introduction to Data Structures and Algorithms.

2
Comments 1
7 min read
Scaling with Probabilistic Techniques in System Design: Bloom Filters

Scaling with Probabilistic Techniques in System Design: Bloom Filters

Comments
9 min read
Best Patterns for Cracking Coding Interviews Using LeetCode

Best Patterns for Cracking Coding Interviews Using LeetCode

34
Comments
2 min read
Priority Queue! Vamos destrinchar e aprender sobre essa parte de Estrutura de Dados.

Priority Queue! Vamos destrinchar e aprender sobre essa parte de Estrutura de Dados.

3
Comments
6 min read
"I Was Bored, So I Brought Rust Enums to TypeScript" - A Tale of Questionable Life Choices

"I Was Bored, So I Brought Rust Enums to TypeScript" - A Tale of Questionable Life Choices

50
Comments 11
7 min read
String Data Structures and Algorithms: Essential Interview Questions

String Data Structures and Algorithms: Essential Interview Questions

32
Comments
3 min read
Comprehensive 𝗚𝘂𝗶𝗱𝗲 𝘁𝗼 𝗦𝘁𝗮𝗰𝗸 𝗗𝗮𝘁𝗮 𝗦𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲: 𝗜𝗺𝗽𝗹𝗲𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻, 𝗢𝗽𝗲𝗿𝗮𝘁𝗶𝗼𝗻𝘀, 𝗮𝗻𝗱 𝗣𝗿𝗼𝗯𝗹𝗲𝗺-𝗦𝗼𝗹𝘃𝗶𝗻𝗴

Comprehensive 𝗚𝘂𝗶𝗱𝗲 𝘁𝗼 𝗦𝘁𝗮𝗰𝗸 𝗗𝗮𝘁𝗮 𝗦𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲: 𝗜𝗺𝗽𝗹𝗲𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻, 𝗢𝗽𝗲𝗿𝗮𝘁𝗶𝗼𝗻𝘀, 𝗮𝗻𝗱 𝗣𝗿𝗼𝗯𝗹𝗲𝗺-𝗦𝗼𝗹𝘃𝗶𝗻𝗴

30
Comments 2
3 min read
Singly Linked List Implementation in Go

Singly Linked List Implementation in Go

7
Comments
5 min read
Sync vs. Async: The Odd Couple of Code, Can the `Result` Keep the Peace?

Sync vs. Async: The Odd Couple of Code, Can the `Result` Keep the Peace?

4
Comments
6 min read
Mastering Linked List: 105 Interview Questions for DSA Success

Mastering Linked List: 105 Interview Questions for DSA Success

33
Comments 2
4 min read
Mastering Arrays: 56 Interview Questions for DSA Success

Mastering Arrays: 56 Interview Questions for DSA Success

32
Comments 2
4 min read
Array Data Structure with Time and Space Complexity.

Array Data Structure with Time and Space Complexity.

34
Comments 3
1 min read
How to Implement Singly Linked List in Python

How to Implement Singly Linked List in Python

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

Hash Tables Demystified: The Ultimate Guide with JavaScript Implementation

4
Comments
11 min read
Data Structures & Algorithm Linked List Day 1

Data Structures & Algorithm Linked List Day 1

Comments
12 min read
Good Code as a Data Structure

Good Code as a Data Structure

Comments
1 min read
Time Complexity, Space Complexity and Big O Notation

Time Complexity, Space Complexity and Big O Notation

30
Comments
10 min read
Complete Data Structure and Algorithms Roadmap

Complete Data Structure and Algorithms Roadmap

30
Comments
4 min read
Which Programming Language Should I Use to Learn Data Structures and Algorithms?

Which Programming Language Should I Use to Learn Data Structures and Algorithms?

27
Comments 2
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

5
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 ?

30
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: Backtracking - questions

DSA: Backtracking - questions

Comments
2 min read
DSA: Heap - questions

DSA: Heap - questions

Comments
2 min read
DSA: Trie - questions

DSA: Trie - questions

Comments
2 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

3
Comments
6 min read
DSA: Queue - questions

DSA: Queue - questions

Comments
1 min read
DSA: Tree - questions

DSA: Tree - questions

Comments
3 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
Data Structures & Algorithm Day 0

Data Structures & Algorithm Day 0

Comments
2 min read
PHP: Manipulating Arrays

PHP: Manipulating Arrays

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

93
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

6
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
loading...