DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Resources to nail DSA

Resources to nail DSA

20
Comments 1
2 min read
Implementation of Queue in python

Implementation of Queue in python

10
Comments 1
2 min read
Circular Linked List:

Circular Linked List:

5
Comments
7 min read
An Introduction to Linked List

An Introduction to Linked List

6
Comments
3 min read
Learn the basics of algorithms and data structures

Learn the basics of algorithms and data structures

4
Comments
3 min read
How to improve Logic in Programming?

How to improve Logic in Programming?

13
Comments
3 min read
Data Structures: Bidirectional Map

Data Structures: Bidirectional Map

51
Comments 11
2 min read
Data Structures in TypeScript - Hash Table

Data Structures in TypeScript - Hash Table

7
Comments
2 min read
Applying tree traversal algorithms to DOM

Applying tree traversal algorithms to DOM

28
Comments
4 min read
Recursion - Data Structures and Algorithms

Recursion - Data Structures and Algorithms

6
Comments
2 min read
Your own array in JavaScript

Your own array in JavaScript

20
Comments 2
3 min read
Why we need Data Structures and Algorithms 🤔

Why we need Data Structures and Algorithms 🤔

3
Comments
2 min read
Why does adding to the beginning of an array require more work than adding to the end of an array!?

Why does adding to the beginning of an array require more work than adding to the end of an array!?

2
Comments
4 min read
Data Structures & Algorithms Roadmap

Data Structures & Algorithms Roadmap

6
Comments 1
1 min read
Data Structures in Typescript - Binary Search Tree

Data Structures in Typescript - Binary Search Tree

42
Comments
4 min read
Let's Talk About Sets Baby...

Let's Talk About Sets Baby...

3
Comments 1
2 min read
Topological sort

Topological sort

5
Comments
2 min read
Build Array from Permutation – Solution to LeetCode Problem

Build Array from Permutation – Solution to LeetCode Problem

25
Comments 4
3 min read
Data Structures in TypeScript - Graph

Data Structures in TypeScript - Graph

7
Comments
4 min read
Reverse Lists, Add them, Reverse the sum and return the sum as a List

Reverse Lists, Add them, Reverse the sum and return the sum as a List

6
Comments
2 min read
LinkedList Questions: Delete a given node in constant time

LinkedList Questions: Delete a given node in constant time

5
Comments
2 min read
JavaScript Data Structures and Algorithms (Trees, Part 1: Binary Trees)

JavaScript Data Structures and Algorithms (Trees, Part 1: Binary Trees)

5
Comments
4 min read
Data Structures in TypeScript - Queue

Data Structures in TypeScript - Queue

5
Comments
1 min read
Find majority element using Moore's Voting algorithm

Find majority element using Moore's Voting algorithm

7
Comments
2 min read
Data Structures in TypeScript - Stack

Data Structures in TypeScript - Stack

8
Comments
1 min read
loading...