The Wayback Machine - https://web.archive.org/web/20210812183352/https://dev.to/t/datastructures

DEV Community

DEV Community is a community of 680,885 amazing developers

We're a place where coders share, stay up-to-date and grow their careers.

Create new account Log in
loading...

# datastructures

👋 Sign in for the ability sort posts by top and latest.
Why we need Data Structures and Algorithms 🤔

Why we need Data Structures and Algorithms 🤔

2
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
4 min read
Let's Talk About Sets Baby...

Let's Talk About Sets Baby...

3
2 min read
Reverse a singly linked list

Reverse a singly linked list

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

Build Array from Permutation – Solution to LeetCode Problem

3
3 min read
Data Structures in Typescript - Binary Search Tree

Data Structures in Typescript - Binary Search Tree

32
4 min read
Topological sort

Topological sort

5
2 min read
How to Start Learning Java

How to Start Learning Java

2
4 min read
Data Structures in TypeScript - Graph

Data Structures in TypeScript - Graph

6
4 min read
Find majority element using Moore's Voting algorithm

Find majority element using Moore's Voting algorithm

3
2 min read
Binary search trees

Binary search trees

3
5 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

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

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

5
4 min read
LinkedList Questions: Delete a given node in constant time

LinkedList Questions: Delete a given node in constant time

5
2 min read
Data Structures in TypeScript - Queue

Data Structures in TypeScript - Queue

7
1 min read
Data Structures in TypeScript - Stack

Data Structures in TypeScript - Stack

6
1 min read
Largest sum of sub-arrays using Kadane's algorithm

Largest sum of sub-arrays using Kadane's algorithm

2
2 min read
Data structures in Prolog - Where to start

Data structures in Prolog - Where to start

6
4 min read
Data Structures and Algorithms

Data Structures and Algorithms

5
5 min read
Data Structures in TypeScript - Linked List

Data Structures in TypeScript - Linked List

5
3 min read
Array rotation by Reversal Algorithm

Array rotation by Reversal Algorithm

6
2 min read
Data Structures in TypeScript - Array

Data Structures in TypeScript - Array

8
2 min read
What are Linear Data Structures?

What are Linear Data Structures?

3
4 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
2 min read
Data Structures in GO

Data Structures in GO

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

Efficiency as a Developer - Big O Notation

4
3 min read
7 JavaScript Data Structures you must know

7 JavaScript Data Structures you must know

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

Introduction to Big O notation and Time Complexity in JavaScript

59 2
7 min read
Understanding Big O Notation Using JavaScript.

Understanding Big O Notation Using JavaScript.

17
6 min read
Singly LinkedList implementation in JAVA

Singly LinkedList implementation in JAVA

5
2 min read
Head recursion Vs Tail recursion

Head recursion Vs Tail recursion

8 6
2 min read
JavaScript Data Structures and Algorithms (Trees, part 1)

JavaScript Data Structures and Algorithms (Trees, part 1)

4
1 min read
Priority queue using binary heap

Priority queue using binary heap

6
3 min read
Max Heap in Python

Max Heap in Python

6
3 min read
Data: Types vs. Structures

Data: Types vs. Structures

3 1
5 min read
Understanding Hash Tables

Understanding Hash Tables

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

JavaScript Data Structures and Algorithms (Arrays, part 1)

5
4 min read
Queue

Queue

2
2 min read
Binary tree and BinarySearch tree implementation in Python

Binary tree and BinarySearch tree implementation in Python

5
4 min read
Stack

Stack

5
2 min read
Implementation of Queue in python

Implementation of Queue in python

4
2 min read
UVA 11933 - Splitting Numbers

UVA 11933 - Splitting Numbers

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

Data Structures — Part 2 — Stacks + How to Implement

5
3 min read
Dynamic array

Dynamic array

6
2 min read
Linked list

Linked list

2
3 min read
Stack and Queues Implementations in JavaScript and Python

Stack and Queues Implementations in JavaScript and Python

6
4 min read
Short Bytes - Linked List Reversal

Short Bytes - Linked List Reversal

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

Let's create a Singly Linked List

6
5 min read
Bubble sort in Go

Bubble sort in Go

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

Data Structures - Part 1 - Queues + How to Implement

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

Back to basics - The Big O (Part 1)

2
3 min read
PANCAKE SORTING

PANCAKE SORTING

13 5
2 min read
Big O Notation - explained as easily as possible

Big O Notation - explained as easily as possible

12
3 min read
Basic Big O notation and Selection Sort

Basic Big O notation and Selection Sort

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

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

5
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
5 min read
JavaScript Arrays - all you need to know

JavaScript Arrays - all you need to know

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

Stacks, Queues, and Linked Lists in JS

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

Anatomy of a Singly Linked List in JS

2
4 min read
LeetCode with C# - Reverse A String

LeetCode with C# - Reverse A String

2 8
3 min read
loading...