DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Implement Selection sort easily in your program

Implement Selection sort easily in your program

5
Comments
3 min read
Abstract Syntax Trees and Practical Applications in JavaScript

Abstract Syntax Trees and Practical Applications in JavaScript

11
Comments 4
16 min read
Singly Linked Lists in C - A Fun and Easy Guide

Singly Linked Lists in C - A Fun and Easy Guide

8
Comments 2
4 min read
Huffman Coding

Huffman Coding

Comments
2 min read
Leet code problem 563: Binary Tree Tilt

Leet code problem 563: Binary Tree Tilt

Comments
3 min read
Time Complexity

Time Complexity

Comments
1 min read
Event-Driven Architecture with Serverless Functions – Part 1

Event-Driven Architecture with Serverless Functions – Part 1

2
Comments 1
5 min read
Top 10 Python Libraries for Data Analysis

Top 10 Python Libraries for Data Analysis

7
Comments
4 min read
Tudo o que você precisa saber sobre Algoritmos e Estrutura de Dados

Tudo o que você precisa saber sobre Algoritmos e Estrutura de Dados

4
Comments
26 min read
7 Fascinating Applications of Linked Lists That You Won't Believe

7 Fascinating Applications of Linked Lists That You Won't Believe

Comments
2 min read
String reversal in TypeScript: A step-by-step guid

String reversal in TypeScript: A step-by-step guid

1
Comments
2 min read
Javascript Singly Linked Lists: Where, When, And How

Javascript Singly Linked Lists: Where, When, And How

Comments
4 min read
Streams in Java made super simple with examples! — An Easy Beginner’s Guide!

Streams in Java made super simple with examples! — An Easy Beginner’s Guide!

1
Comments
6 min read
Explorando Nodes em Java 🚀🔍📦

Explorando Nodes em Java 🚀🔍📦

7
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
Learn basic algorithms and data structures using Go - for free

Learn basic algorithms and data structures using Go - for free

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

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

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

SurrealDB - Query and combine data via relations

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

SurrealDB - Improve data integrity by adding schema information

8
Comments
3 min read
Algorithm Design Techniques 101

Algorithm Design Techniques 101

4
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
Trie Data Structure

Trie Data Structure

Comments
3 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
Mastering Data Structures and Algorithms: Planting Flowers with No Adjacent Blooms

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

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

9
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
Length of Last Word in TypeScript

Length of Last Word in TypeScript

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

Deep Dive into Data structures using Javascript - Heap

2
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
Data Structures and Algorithms: Big O Notation

Data Structures and Algorithms: Big O Notation

6
Comments 1
3 min read
Building an Efficient MinStack in JavaScript🚀

Building an Efficient MinStack in JavaScript🚀

11
Comments
3 min read
Data Structure & Algorithms

Data Structure & Algorithms

2
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

20
Comments 2
2 min read
Data Structures and Algorithms (DSA)

Data Structures and Algorithms (DSA)

Comments
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
GADT-like types in Rust

GADT-like types in Rust

8
Comments
4 min read
Valid Anagram - LeetCode Java Solution

Valid Anagram - LeetCode Java Solution

9
Comments
7 min read
Merge Strings Alternately

Merge Strings Alternately

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

Product of Array Except Self - LeetCode Java Solution

7
Comments
6 min read
Two Sum — LeetCode Java Solution

Two Sum — LeetCode Java Solution

8
Comments
5 min read
Contains Duplicate - LeetCode Java Solution

Contains Duplicate - LeetCode Java Solution

5
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

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

DAY 62 - Flatten a Binary Tree into a linked list

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