DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Data Structures: Heaps in Code

Data Structures: Heaps in Code

5
Comments
1 min read
Using Java Data Structures – ArrayList

Using Java Data Structures – ArrayList

5
Comments
1 min read
Let's build a Queue with golang

Let's build a Queue with golang

8
Comments
4 min read
Tries

Tries

14
Comments
2 min read
Graphs

Graphs

10
Comments
3 min read
Priority Queues

Priority Queues

13
Comments
2 min read
C# Generic Collections

C# Generic Collections

7
Comments
2 min read
Immutable data structures in Java

Immutable data structures in Java

8
Comments
6 min read
Leaping Into Linked Lists

Leaping Into Linked Lists

5
Comments
11 min read
Reversing Array In Place

Reversing Array In Place

5
Comments
1 min read
Visitor Pattern in Java

Visitor Pattern in Java

8
Comments
3 min read
Is there a drop in JS Array-compatible React/Vue-friendly linked-list library?

Is there a drop in JS Array-compatible React/Vue-friendly linked-list library?

7
Comments 1
1 min read
A first example of Amortized complexity analysis

A first example of Amortized complexity analysis

4
Comments
3 min read
Building a data structure with nothing but functions

Building a data structure with nothing but functions

9
Comments
1 min read
Making a hash of data

Making a hash of data

8
Comments
12 min read
Breadth-First-Search (BFS) - Part 3

Breadth-First-Search (BFS) - Part 3

8
Comments
3 min read
Depth-first-Search (DFS) - Part 2

Depth-first-Search (DFS) - Part 2

13
Comments 1
7 min read
Deadlock Detection in Service Orchestrator: Real time use case of Algorithms coded from scratch

Deadlock Detection in Service Orchestrator: Real time use case of Algorithms coded from scratch

14
Comments
3 min read
Queue - Data structure

Queue - Data structure

10
Comments
2 min read
Stack - Data structure

Stack - Data structure

16
Comments 1
2 min read
Single linked Lists - Data structure

Single linked Lists - Data structure

14
Comments
6 min read
How does a Map work?

How does a Map work?

91
Comments 4
4 min read
Stacks in a (food)shell

Stacks in a (food)shell

10
Comments
4 min read
Build a PowerSet

Build a PowerSet

15
Comments 6
5 min read
Obtaining immutable operations with native ES6 function.

Obtaining immutable operations with native ES6 function.

12
Comments 3
1 min read
loading...