DEV Community

# datastructure

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Binary Tree: Path Sum Iterative Post Order approach and explanation

Binary Tree: Path Sum Iterative Post Order approach and explanation

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

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

An easy Approach to Algorithms (Part 1)

90
Comments 2
7 min read
The two Sum problem

The two Sum problem

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

Unpacking a Sequence into Separate Variables Using Python

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

What is the Python priority queue?

5
Comments
1 min read
Open addressing

Open addressing

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

Javascript Data Structure - Doubly Linked list

11
Comments
3 min read
Form follows function: Concepts and Data Types of PicoLisp

Form follows function: Concepts and Data Types of PicoLisp

3
Comments
5 min read
Which Implementation Should You Use for Stacks In Python?

Which Implementation Should You Use for Stacks In Python?

5
Comments
2 min read
Arrays: Deletion with searching in C++

Arrays: Deletion with searching in C++

6
Comments 2
1 min read
Linked lists, Arrays and Selection sort...

Linked lists, Arrays and Selection sort...

5
Comments
2 min read
Two Sum

Two Sum

2
Comments
2 min read
Google Interview problem solution

Google Interview problem solution

5
Comments 1
3 min read
Week Wise Data Structures and Algorithms Schedule for Placements. (Part-2)

Week Wise Data Structures and Algorithms Schedule for Placements. (Part-2)

8
Comments 2
2 min read
Complete Data Structures and Algorithms Roadmap for Placements (Part-1)

Complete Data Structures and Algorithms Roadmap for Placements (Part-1)

11
Comments
2 min read
LinearSearch-VS-BinarySearch

LinearSearch-VS-BinarySearch

4
Comments
3 min read
Data Structure Series: Hash Table

Data Structure Series: Hash Table

40
Comments 4
9 min read
Data Structure Series: Linked List

Data Structure Series: Linked List

41
Comments 3
9 min read
How to check if a Binary Tree is a BST

How to check if a Binary Tree is a BST

5
Comments
3 min read
Discussing Bloom Filters

Discussing Bloom Filters

16
Comments 2
4 min read
Time complexity is actually easy!!

Time complexity is actually easy!!

5
Comments
1 min read
Time complexity is actually easy!!

Time complexity is actually easy!!

4
Comments
1 min read
How to reverse a Singly Linked List

How to reverse a Singly Linked List

2
Comments
2 min read
Top Five Ways to Learn Data Structures

Top Five Ways to Learn Data Structures

49
Comments
3 min read
Stack in Python

Stack in Python

3
Comments
6 min read
Binary Search Tree (My Personal Google Interview Study Notes)

Binary Search Tree (My Personal Google Interview Study Notes)

21
Comments 1
5 min read
Data Structure with JavaScript: Linked List

Data Structure with JavaScript: Linked List

34
Comments
12 min read
Roadmap To Learn Data Structures and Algorithms

Roadmap To Learn Data Structures and Algorithms

26
Comments
3 min read
Ruby Hash Method 101

Ruby Hash Method 101

14
Comments
8 min read
Data Structure with JavaScript: Queue

Data Structure with JavaScript: Queue

18
Comments
8 min read
Recursion..(The Problem Solver)

Recursion..(The Problem Solver)

6
Comments 2
3 min read
What are different ways to implement a priority queue in Python?

What are different ways to implement a priority queue in Python?

6
Comments
3 min read
Estructuras de Datos para Network Engineers 101: Queues & Stacks

Estructuras de Datos para Network Engineers 101: Queues & Stacks

2
Comments 1
10 min read
Estructuras de Datos para Network Engineers 101: Las Linked Lists

Estructuras de Datos para Network Engineers 101: Las Linked Lists

7
Comments
9 min read
Logic Explained: Meeting Scheduler - Leetcode [Java] using Priority Queue

Logic Explained: Meeting Scheduler - Leetcode [Java] using Priority Queue

6
Comments
3 min read
Estructuras de Datos para Network Engineers 101: Introducción

Estructuras de Datos para Network Engineers 101: Introducción

7
Comments 3
6 min read
Stack Data Structure in Python

Stack Data Structure in Python

7
Comments
1 min read
Implementing Min Heap in Java

Implementing Min Heap in Java

13
Comments
2 min read
Types of Trees in Data Structures

Types of Trees in Data Structures

4
Comments
2 min read
Max Heap in Go

Max Heap in Go

3
Comments
6 min read
Graph - Data Structure & Algorithm Part VIII

Graph - Data Structure & Algorithm Part VIII

23
Comments
8 min read
Beginner's guide to Arrays in JavaScript

Beginner's guide to Arrays in JavaScript

17
Comments 2
3 min read
Data Structure

Data Structure

2
Comments
1 min read
Estructura de Datos - Binary Tree (Arbol Binario)

Estructura de Datos - Binary Tree (Arbol Binario)

5
Comments
6 min read
Heap - Data Structure & Algorithm Part VII

Heap - Data Structure & Algorithm Part VII

15
Comments
6 min read
Javascript Arrays: A guide, a cheat sheet, and for beginners.

Javascript Arrays: A guide, a cheat sheet, and for beginners.

19
Comments 1
4 min read
Stack

Stack

6
Comments
4 min read
Data Structure and Algorithms: Linear Search

Data Structure and Algorithms: Linear Search

7
Comments
2 min read
Data Structures

Data Structures

7
Comments
2 min read
AVL Tree in Go

AVL Tree in Go

2
Comments
8 min read
Binary Search Tree In Go

Binary Search Tree In Go

3
Comments
8 min read
Bloom Filter in Javascript

Bloom Filter in Javascript

7
Comments 2
2 min read
Find the starting node in a directed graph which covers the maximum number of nodes

Find the starting node in a directed graph which covers the maximum number of nodes

9
Comments 6
3 min read
1332. Remove Palindromic Subsequences Leetcode Easy

1332. Remove Palindromic Subsequences Leetcode Easy

2
Comments
3 min read
Depth-First Search (DFS) with Python

Depth-First Search (DFS) with Python

6
Comments
1 min read
452. Minimum Number of Arrows to Burst Balloons, Leetcode Medium

452. Minimum Number of Arrows to Burst Balloons, Leetcode Medium

3
Comments 3
3 min read
Python [ 'L', 'I', 'S', 'T' ]

Python [ 'L', 'I', 'S', 'T' ]

5
Comments
3 min read
Understanding Classes in JavaScript

Understanding Classes in JavaScript

3
Comments
3 min read
Data Structures - Pt 2: Linked Lists

Data Structures - Pt 2: Linked Lists

5
Comments
2 min read
loading...