DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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 min read
Reverse a singly linked list

Reverse a singly linked list

2
Comments
5 min read
Data Structures in Typescript - Binary Search Tree

Data Structures in Typescript - Binary Search Tree

39
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

5
Comments 4
3 min read
How to Start Learning Java

How to Start Learning Java

2
Comments 1
4 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

4
Comments
2 min read
Data Structures in TypeScript - Stack

Data Structures in TypeScript - Stack

8
Comments
1 min read
Data structures in Prolog - Where to start

Data structures in Prolog - Where to start

9
Comments
4 min read
Data Structures and Algorithms

Data Structures and Algorithms

5
Comments
5 min read
Data Structures in TypeScript - Linked List

Data Structures in TypeScript - Linked List

11
Comments
3 min read
Largest sum of sub-arrays using Kadane's algorithm

Largest sum of sub-arrays using Kadane's algorithm

3
Comments
2 min read
Data Structures in TypeScript - Array

Data Structures in TypeScript - Array

12
Comments
2 min read
What are Linear Data Structures?

What are Linear Data Structures?

3
Comments
4 min read
JavaScript Data Structures and Algorithms (Search Algorithms, Part 2)

JavaScript Data Structures and Algorithms (Search Algorithms, Part 2)

4
Comments
1 min read
5 Website to learn and improve your Algorithm and Data Structure skills

5 Website to learn and improve your Algorithm and Data Structure skills

4
Comments
2 min read
Data Structures in GO

Data Structures in GO

3
Comments
1 min read
Efficiency as a Developer - Big O Notation

Efficiency as a Developer - Big O Notation

3
Comments
3 min read
Binary search trees

Binary search trees

4
Comments
5 min read
JavaScript Data Structures and Algorithms (Search Algorithms, Part 1)

JavaScript Data Structures and Algorithms (Search Algorithms, Part 1)

4
Comments
1 min read
7 JavaScript Data Structures you must know

7 JavaScript Data Structures you must know

211
Comments 10
8 min read
Introduction to Big O notation and Time Complexity in JavaScript

Introduction to Big O notation and Time Complexity in JavaScript

76
Comments 2
7 min read
Understanding Big O Notation Using JavaScript.

Understanding Big O Notation Using JavaScript.

17
Comments
6 min read
Array rotation by Reversal Algorithm

Array rotation by Reversal Algorithm

8
Comments
2 min read
Head recursion Vs Tail recursion

Head recursion Vs Tail recursion

10
Comments 6
2 min read
Singly LinkedList implementation in JAVA

Singly LinkedList implementation in JAVA

5
Comments
2 min read
JavaScript Data Structures and Algorithms (Trees, part 1)

JavaScript Data Structures and Algorithms (Trees, part 1)

4
Comments
1 min read
Max Heap in Python

Max Heap in Python

6
Comments
3 min read
Data: Types vs. Structures

Data: Types vs. Structures

3
Comments 1
5 min read
Priority queue using binary heap

Priority queue using binary heap

6
Comments
3 min read
Understanding Hash Tables

Understanding Hash Tables

5
Comments
4 min read
JavaScript Data Structures and Algorithms (Arrays, part 1)

JavaScript Data Structures and Algorithms (Arrays, part 1)

6
Comments
4 min read
Binary tree and BinarySearch tree implementation in Python

Binary tree and BinarySearch tree implementation in Python

8
Comments
4 min read
Queue

Queue

3
Comments
2 min read
Stack

Stack

7
Comments
2 min read
Implementation of Queue in python

Implementation of Queue in python

4
Comments
2 min read
UVA 11933 - Splitting Numbers

UVA 11933 - Splitting Numbers

4
Comments
2 min read
Data Structures — Part 2 — Stacks + How to Implement

Data Structures — Part 2 — Stacks + How to Implement

5
Comments
3 min read
Dynamic array

Dynamic array

7
Comments
2 min read
Linked list

Linked list

3
Comments
3 min read
Short Bytes - Linked List Reversal

Short Bytes - Linked List Reversal

5
Comments
3 min read
Let's create a Singly Linked List

Let's create a Singly Linked List

6
Comments
5 min read
Stack and Queues Implementations in JavaScript and Python

Stack and Queues Implementations in JavaScript and Python

7
Comments
4 min read
Bubble sort in Go

Bubble sort in Go

9
Comments
4 min read
Data Structures - Part 1 - Queues + How to Implement

Data Structures - Part 1 - Queues + How to Implement

6
Comments
5 min read
Back to basics - The Big O (Part 1)

Back to basics - The Big O (Part 1)

2
Comments
3 min read
PANCAKE SORTING

PANCAKE SORTING

13
Comments 5
2 min read
Basic Big O notation and Selection Sort

Basic Big O notation and Selection Sort

5
Comments
3 min read
100 Algorithm Challenge - Explained and solved- Algorithm 1(Easy)

100 Algorithm Challenge - Explained and solved- Algorithm 1(Easy)

5
Comments
2 min read
Understanding the time complexity in a simple manner(Part 1) || DSA || prerequisite

Understanding the time complexity in a simple manner(Part 1) || DSA || prerequisite

2
Comments
5 min read
JavaScript Arrays - all you need to know

JavaScript Arrays - all you need to know

17
Comments 2
3 min read
Stacks, Queues, and Linked Lists in JS

Stacks, Queues, and Linked Lists in JS

2
Comments
5 min read
Anatomy of a Singly Linked List in JS

Anatomy of a Singly Linked List in JS

2
Comments
4 min read
loading...