DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Explorando Nodes em Java 🚀🔍📦

Explorando Nodes em Java 🚀🔍📦

5
Comments
2 min read
Backtracking 101

Backtracking 101

Comments
4 min read
Understanding Tree: Features, Time Complexity, Difference between BFS and DFS

Understanding Tree: Features, Time Complexity, Difference between BFS and DFS

1
Comments
6 min read
DAY 108 - Find Duplicate

DAY 108 - Find Duplicate

Comments
2 min read
Data Structures and Algorithms: Big O Notation

Data Structures and Algorithms: Big O Notation

5
Comments
3 min read
Learn basic algorithms and data structures using Go - for free

Learn basic algorithms and data structures using Go - for free

Comments
1 min read
Data Structure & Algorithms

Data Structure & Algorithms

1
Comments
3 min read
Pattern Matching Using Knuth–Morris–Pratt (KMP) Algorithm

Pattern Matching Using Knuth–Morris–Pratt (KMP) Algorithm

2
Comments 1
5 min read
Mastering Data Structures and Algorithms: Planting Flowers with No Adjacent Blooms

Mastering Data Structures and Algorithms: Planting Flowers with No Adjacent Blooms

Comments 2
3 min read
SurrealDB - Query and combine data via relations

SurrealDB - Query and combine data via relations

12
Comments
5 min read
SurrealDB - Improve data integrity by adding schema information

SurrealDB - Improve data integrity by adding schema information

7
Comments
3 min read
Algorithm Design Techniques 101

Algorithm Design Techniques 101

Comments
7 min read
The Crucial Role of Oracles in Empowering Blockchains: Enabling Real-World Data Integration

The Crucial Role of Oracles in Empowering Blockchains: Enabling Real-World Data Integration

2
Comments
3 min read
Solving the "Largest Digit Sum" Problem on LeetCode

Solving the "Largest Digit Sum" Problem on LeetCode

5
Comments
2 min read
Data structures and algorithms in depth: C++, Swift, Python, Java, C#, JavaScript.

Data structures and algorithms in depth: C++, Swift, Python, Java, C#, JavaScript.

11
Comments 1
31 min read
Divide & Conquer (Grokking Algorithms)

Divide & Conquer (Grokking Algorithms)

2
Comments
2 min read
Understanding List, Set, and Dictionary Comprehension in Python

Understanding List, Set, and Dictionary Comprehension in Python

Comments
4 min read
Top 5 Compelling Reasons Why DSA Should Matter to You

Top 5 Compelling Reasons Why DSA Should Matter to You

1
Comments
3 min read
Is Data Struct about memory?

Is Data Struct about memory?

5
Comments
3 min read
Complex Data Types in Golang (go)

Complex Data Types in Golang (go)

7
Comments
2 min read
Mastering Dynamic Programming: Unveiling its Magic with Real-world Examples

Mastering Dynamic Programming: Unveiling its Magic with Real-world Examples

1
Comments
3 min read
Efficient Frequency Estimation with Count-Min Sketch: A Memory-Saving Approach in Python

Efficient Frequency Estimation with Count-Min Sketch: A Memory-Saving Approach in Python

Comments
11 min read
Length of Last Word in TypeScript

Length of Last Word in TypeScript

Comments
2 min read
Deep Dive into Data structures using Javascript - Heap

Deep Dive into Data structures using Javascript - Heap

6
Comments
13 min read
Introduction to Sets in Python

Introduction to Sets in Python

2
Comments 1
2 min read
Unraveling Graph Structures: Exploring Adjacency Matrices

Unraveling Graph Structures: Exploring Adjacency Matrices

Comments
5 min read
What are Bitmasks?

What are Bitmasks?

1
Comments
6 min read
Array vs Set vs Object vs Map

Array vs Set vs Object vs Map

2
Comments
7 min read
Building an Efficient MinStack in JavaScript🚀

Building an Efficient MinStack in JavaScript🚀

15
Comments
3 min read
How To Use Record Type In Typescript

How To Use Record Type In Typescript

3
Comments 2
2 min read
Roadmap to Problem-Solving Excellence

Roadmap to Problem-Solving Excellence

3
Comments 1
2 min read
Demystifying Data Structures and Algorithms: An in-depth analysis

Demystifying Data Structures and Algorithms: An in-depth analysis

Comments
3 min read
Data Structures and Algorithms (DSA)

Data Structures and Algorithms (DSA)

Comments
2 min read
GADT-like types in Rust

GADT-like types in Rust

13
Comments
4 min read
Valid Anagram - LeetCode Java Solution

Valid Anagram - LeetCode Java Solution

10
Comments
7 min read
Merge Strings Alternately

Merge Strings Alternately

1
Comments
3 min read
Product of Array Except Self - LeetCode Java Solution

Product of Array Except Self - LeetCode Java Solution

10
Comments
6 min read
Two Sum — LeetCode Java Solution

Two Sum — LeetCode Java Solution

11
Comments
5 min read
Contains Duplicate - LeetCode Java Solution

Contains Duplicate - LeetCode Java Solution

8
Comments
7 min read
Caching Git Repos: A Deep Dive into OpenSauced’s ‘Pizza Oven’ Service

Caching Git Repos: A Deep Dive into OpenSauced’s ‘Pizza Oven’ Service

25
Comments
7 min read
Binary Tree 3.0

Binary Tree 3.0

15
Comments 2
16 min read
Doubly Linked List Implementation in Ruby

Doubly Linked List Implementation in Ruby

6
Comments
7 min read
Filas: entendendo e implementando essa estrutura de dados

Filas: entendendo e implementando essa estrutura de dados

2
Comments
3 min read
DAY 64 - SUBARRAYS AND OR PROBLEM

DAY 64 - SUBARRAYS AND OR PROBLEM

3
Comments
4 min read
DAY 62 - Flatten a Binary Tree into a linked list

DAY 62 - Flatten a Binary Tree into a linked list

1
Comments
3 min read
How to easily create Graphs in Python

How to easily create Graphs in Python

Comments
3 min read
DAY 55 - Traversals in a Binary Tree Part 2

DAY 55 - Traversals in a Binary Tree Part 2

Comments
3 min read
Array Strengths, Weaknesses, Insertion & Deletion Algorithms With Big-O

Array Strengths, Weaknesses, Insertion & Deletion Algorithms With Big-O

55
Comments 4
7 min read
Pilhas: entendendo como essa estrutura de dados funciona

Pilhas: entendendo como essa estrutura de dados funciona

1
Comments
4 min read
DAY 49 - Making a large Island

DAY 49 - Making a large Island

Comments
4 min read
Array Data Structure: With Sketches and Examples

Array Data Structure: With Sketches and Examples

37
Comments 2
5 min read
Understanding Linked List: Features, Time Complexity, and Implementation

Understanding Linked List: Features, Time Complexity, and Implementation

1
Comments
5 min read
Introduction to Time Complexity with ruby

Introduction to Time Complexity with ruby

1
Comments
6 min read
Understanding Hash table: Features, Pros, Cons, and Time Complexity

Understanding Hash table: Features, Pros, Cons, and Time Complexity

1
Comments
5 min read
Deep Dive into Data structures using Javascript - AVL Tree

Deep Dive into Data structures using Javascript - AVL Tree

Comments
18 min read
Linked List Javascript. Easier than you think.

Linked List Javascript. Easier than you think.

Comments
4 min read
Mastering Data Structures and Algorithms in Python: A Step-by-Step Tutorial

Mastering Data Structures and Algorithms in Python: A Step-by-Step Tutorial

7
Comments
3 min read
BIG O Notation: A Quick Introduction

BIG O Notation: A Quick Introduction

Comments
8 min read
Binary Tree 2.0

Binary Tree 2.0

20
Comments
18 min read
Linked List with Ruby

Linked List with Ruby

3
Comments
8 min read
loading...