DEV Community

# datastructure

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
A Nibble of Quadtrees in Rust

A Nibble of Quadtrees in Rust

Reactions 2 Comments
8 min read
Hashable vs Immutable Objects in python

Hashable vs Immutable Objects in python

Comments
2 min read
Can you create a random graph for me?

Can you create a random graph for me?

Comments
2 min read
Bloom filters

Bloom filters

Reactions 1 Comments
2 min read
A Comparative at Hash Tables, Two Pointers, and In-Place Algorithms for Removing Duplicates

A Comparative at Hash Tables, Two Pointers, and In-Place Algorithms for Removing Duplicates

Reactions 2 Comments
3 min read
Cracking the Algorithm Interview

Cracking the Algorithm Interview

Reactions 6 Comments
1 min read
Depth-First Search of a Binary Tree

Depth-First Search of a Binary Tree

Reactions 5 Comments
4 min read
Implement simple Linked HashMap using PHP

Implement simple Linked HashMap using PHP

Reactions 4 Comments
3 min read
Queue Data Structure and Implementation in Python

Queue Data Structure and Implementation in Python

Reactions 1 Comments
5 min read
Estruturas de Dados: Entendendo e implementando Filas (Queues) com Typescript

Estruturas de Dados: Entendendo e implementando Filas (Queues) com Typescript

Reactions 1 Comments
3 min read
Demystifying Linked Lists in JavaScript

Demystifying Linked Lists in JavaScript

Reactions 1 Comments
5 min read
Graph data structure explained

Graph data structure explained

Reactions 2 Comments
2 min read
Clean Code e a assimetria entre objetos e estruturas de dados

Clean Code e a assimetria entre objetos e estruturas de dados

Reactions 1 Comments
5 min read
Satisfy the equation

Satisfy the equation

Reactions 1 Comments
2 min read
What happens when you add one element into start of array?

What happens when you add one element into start of array?

Reactions 2 Comments
1 min read
Binary Heap in javascript

Binary Heap in javascript

Reactions 3 Comments
6 min read
Linked List Implementation in C with User Input

Linked List Implementation in C with User Input

Reactions 5 Comments 2
5 min read
Stacks in Java

Stacks in Java

Reactions 7 Comments
2 min read
0/1 Knapsack Problem GeeksForGeeks both bounded and Unbounded

0/1 Knapsack Problem GeeksForGeeks both bounded and Unbounded

Comments
3 min read
Length of Longest Common Subsequence (LCS) and Longest common subsequence string leetcode

Length of Longest Common Subsequence (LCS) and Longest common subsequence string leetcode

Reactions 7 Comments
2 min read
Kadane's Algorithm

Kadane's Algorithm

Reactions 5 Comments
1 min read
Data Structures in Real Life!

Data Structures in Real Life!

Reactions 17 Comments
2 min read
Find Weather Path Exists GeeksForGeeks

Find Weather Path Exists GeeksForGeeks

Reactions 6 Comments
2 min read
hackerrank algorithms solution

hackerrank algorithms solution

Reactions 9 Comments
1 min read
Understanding Hash Tables and Why They are Important

Understanding Hash Tables and Why They are Important

Reactions 8 Comments
5 min read
8 Data Structures Every Programmer Must Know

8 Data Structures Every Programmer Must Know

Reactions 10 Comments
6 min read
Valid Anagram. (Javascript DSA Series)

Valid Anagram. (Javascript DSA Series)

Reactions 11 Comments
2 min read
BIG O NOTATION IN DATA STRUCTURES AND ALGORITHM

BIG O NOTATION IN DATA STRUCTURES AND ALGORITHM

Reactions 6 Comments
4 min read
Winning Card (DSA Series)

Winning Card (DSA Series)

Reactions 12 Comments
1 min read
The infamous Two Sum problem. (DSA Series 3)

The infamous Two Sum problem. (DSA Series 3)

Reactions 10 Comments
2 min read
Group Anagram. (DSA Series 2)

Group Anagram. (DSA Series 2)

Reactions 8 Comments
1 min read
Javascript Linked List data structure

Javascript Linked List data structure

Reactions 7 Comments
2 min read
Javascript Binary Tree data structure

Javascript Binary Tree data structure

Reactions 6 Comments
1 min read
Javascript Queue data structure

Javascript Queue data structure

Reactions 6 Comments
1 min read
Graph Algorithm - Topological Sorting

Graph Algorithm - Topological Sorting

Reactions 9 Comments
2 min read
Javascript Set data structure

Javascript Set data structure

Reactions 5 Comments
1 min read
Javascript Stack Data Structure.

Javascript Stack Data Structure.

Reactions 6 Comments
1 min read
Leetcode Buddy / Buddies Community

Leetcode Buddy / Buddies Community

Reactions 5 Comments
1 min read
Buy and Sell Stocks-I and II

Buy and Sell Stocks-I and II

Reactions 7 Comments 1
1 min read
Intersection of Two Arrays - II

Intersection of Two Arrays - II

Reactions 7 Comments
2 min read
Java HashMaps:5 Important things to getting Started

Java HashMaps:5 Important things to getting Started

Reactions 5 Comments
3 min read
Destructuring Arrays & Objects In JavaScript part-2

Destructuring Arrays & Objects In JavaScript part-2

Reactions 6 Comments 4
3 min read
Algorithm & Data Structure

Algorithm & Data Structure

Reactions 22 Comments
5 min read
Destructuring Arrays & Objects In JavaScript part-1

Destructuring Arrays & Objects In JavaScript part-1

Reactions 8 Comments
3 min read
Queue using Linked List ES6

Queue using Linked List ES6

Reactions 5 Comments
2 min read
Breadth-First Search

Breadth-First Search

Reactions 6 Comments 1
3 min read
Learn Data Structures and Algorithms

Learn Data Structures and Algorithms

Reactions 10 Comments
6 min read
Trie Real world implementation

Trie Real world implementation

Reactions 3 Comments
1 min read
Reverse Stack using Javascript

Reverse Stack using Javascript

Reactions 8 Comments
3 min read
5 Best JavaScript Data Structure and Algorithms Courses for Beginners to Learn in 2023

5 Best JavaScript Data Structure and Algorithms Courses for Beginners to Learn in 2023

Reactions 43 Comments
10 min read
Binary Tree: Path Sum Iterative Post Order approach and explanation

Binary Tree: Path Sum Iterative Post Order approach and explanation

Reactions 5 Comments
4 min read
Binary Tree: Maximum Depth/Height Of Deepest Node using recursive and iterative way

Binary Tree: Maximum Depth/Height Of Deepest Node using recursive and iterative way

Reactions 5 Comments
2 min read
An easy Approach to Algorithms (Part 1)

An easy Approach to Algorithms (Part 1)

Reactions 90 Comments 2
7 min read
The two Sum problem

The two Sum problem

Reactions 6 Comments 1
2 min read
Unpacking a Sequence into Separate Variables using Python

Unpacking a Sequence into Separate Variables using Python

Reactions 6 Comments
3 min read
What is the Python priority queue?

What is the Python priority queue?

Reactions 5 Comments
1 min read
Open addressing

Open addressing

Reactions 4 Comments
3 min read
Javascript Data Structure - Doubly Linked list

Javascript Data Structure - Doubly Linked list

Reactions 11 Comments
3 min read
Javascript Data Structure - Linked list

Javascript Data Structure - Linked list

Reactions 72 Comments 8
3 min read
Form follows function: Concepts and Data Types of PicoLisp

Form follows function: Concepts and Data Types of PicoLisp

Reactions 3 Comments
5 min read
loading...