DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Number Theory: Primality Test in O(sqrt(n))

Number Theory: Primality Test in O(sqrt(n))

19
Comments 3
2 min read
Linked Lists: What They Are and How They Compare to Arrays

Linked Lists: What They Are and How They Compare to Arrays

9
Comments 1
3 min read
Learn JavaScript Sets (Simple Yet Powerful Built-In Objects)

Learn JavaScript Sets (Simple Yet Powerful Built-In Objects)

79
Comments 7
2 min read
Checking If An Undirected Graph Is Bipartite

Checking If An Undirected Graph Is Bipartite

9
Comments
2 min read
Introduction to DSA

Introduction to DSA

9
Comments
2 min read
Sorting Algorithms in Python

Sorting Algorithms in Python

29
Comments 1
5 min read
Data structures in daily programming!

Data structures in daily programming!

20
Comments 1
2 min read
The Tree Data Structure of Life

The Tree Data Structure of Life

11
Comments
3 min read
How (and Why) To Implement a Stack in JavaScript

How (and Why) To Implement a Stack in JavaScript

33
Comments 5
6 min read
Structuri de date si algoritmi fundamentali in C#

Structuri de date si algoritmi fundamentali in C#

5
Comments
7 min read
Best Problem-Solving Approaches

Best Problem-Solving Approaches

11
Comments 1
3 min read
Difference between Depth First Search and Breadth First Search

Difference between Depth First Search and Breadth First Search

21
Comments 3
1 min read
Finding Articulation Points & Bridges in Undirected Graphs

Finding Articulation Points & Bridges in Undirected Graphs

15
Comments
3 min read
Intersection Of Two Linked Lists

Intersection Of Two Linked Lists

12
Comments
3 min read
Topological Sorting of Directed Acyclic Graphs (DAGs)

Topological Sorting of Directed Acyclic Graphs (DAGs)

12
Comments
3 min read
Time Complexities Of Python Data Structures

Time Complexities Of Python Data Structures

21
Comments 2
4 min read
Finding Shortest Paths In Graphs (using Dijkstra's & BFS)

Finding Shortest Paths In Graphs (using Dijkstra's & BFS)

34
Comments 1
6 min read
Data Structures in Python

Data Structures in Python

37
Comments 8
3 min read
Should I focus on Data Structures and Algorithms or Programming Languages?

Should I focus on Data Structures and Algorithms or Programming Languages?

10
Comments
2 min read
Detecting Graph Cycles With Depth-First Search

Detecting Graph Cycles With Depth-First Search

20
Comments
3 min read
Data Structures - A complete Reference

Data Structures - A complete Reference

17
Comments
31 min read
NP-Complete & Fibonacci Heap

NP-Complete & Fibonacci Heap

10
Comments
6 min read
Permutations, Combinations, & Subsets

Permutations, Combinations, & Subsets

60
Comments
15 min read
What you need to know about Leetcode’s Count and Say: My thought process as a beginner.

What you need to know about Leetcode’s Count and Say: My thought process as a beginner.

7
Comments
2 min read
Searching Algorithms

Searching Algorithms

56
Comments
5 min read
Common Sorting Algorithms

Common Sorting Algorithms

115
Comments 2
8 min read
List Comprehension and Creating lists from range function in Python🤙🤙

List Comprehension and Creating lists from range function in Python🤙🤙

6
Comments
2 min read
Data Structures & Algorithms in JavaScript(Single Linked List) Part 1

Data Structures & Algorithms in JavaScript(Single Linked List) Part 1

74
Comments 4
4 min read
Binary & Bit Manipulation

Binary & Bit Manipulation

46
Comments 3
4 min read
Data Structures & Algorithms in JavaScript(Single Linked List) Part 2

Data Structures & Algorithms in JavaScript(Single Linked List) Part 2

11
Comments
3 min read
The ultimate guide to master tree data structures step-by-step in Python and Javascript

The ultimate guide to master tree data structures step-by-step in Python and Javascript

17
Comments 2
17 min read
Datastructures in PHP

Datastructures in PHP

22
Comments
4 min read
Binary Trees (Part 5) - Stay Abreast of Breadth-First Search

Binary Trees (Part 5) - Stay Abreast of Breadth-First Search

21
Comments 1
6 min read
Data Structures & Algorithms in JavaScript(Stack)

Data Structures & Algorithms in JavaScript(Stack)

17
Comments
3 min read
What is a Distributed Systems Engineer?

What is a Distributed Systems Engineer?

8
Comments
6 min read
Binary Trees (Part 3) - Deleting Nodes in Binary-Search Trees

Binary Trees (Part 3) - Deleting Nodes in Binary-Search Trees

28
Comments 3
7 min read
Singly and Doubly Linked Lists

Singly and Doubly Linked Lists

19
Comments
3 min read
Binary Heaps

Binary Heaps

9
Comments
3 min read
Binary Search Trees

Binary Search Trees

39
Comments
3 min read
Binary Trees (Part 1) - The Basics

Binary Trees (Part 1) - The Basics

20
Comments 1
4 min read
Hash Tables

Hash Tables

17
Comments 1
2 min read
Beginners guide to optimization in C# (Part One)

Beginners guide to optimization in C# (Part One)

21
Comments 6
7 min read
Queues

Queues

11
Comments
2 min read
Stacks

Stacks

11
Comments
1 min read
How To Create a Linked List Using Golang

How To Create a Linked List Using Golang

15
Comments
2 min read
Linked Lists

Linked Lists

17
Comments
2 min read
BONUS: A Quick Intro to Ruby's SortedSet

BONUS: A Quick Intro to Ruby's SortedSet

14
Comments
4 min read
CS Level Up Series Introduction

CS Level Up Series Introduction

103
Comments
3 min read
!Stacks && Queues... Stacks || Queues!

!Stacks && Queues... Stacks || Queues!

7
Comments
4 min read
Dynamic Arrays

Dynamic Arrays

23
Comments 2
1 min read
Understanding and Implementing Linked Lists in JavaScript with ES6

Understanding and Implementing Linked Lists in JavaScript with ES6

62
Comments 2
4 min read
When to actually use linked lists

When to actually use linked lists

8
Comments
4 min read
A Quick Intro to Ruby's Set, Part 2: Object Lookups and Efficiency

A Quick Intro to Ruby's Set, Part 2: Object Lookups and Efficiency

19
Comments 1
9 min read
Data Structures and Algorithms Visual Algo

Data Structures and Algorithms Visual Algo

9
Comments
1 min read
A Quick Intro to Ruby's Set Collection, Part 1: Creating Sets, and Adding/Removing Objects

A Quick Intro to Ruby's Set Collection, Part 1: Creating Sets, and Adding/Removing Objects

19
Comments 1
8 min read
What's your favorite data structure?

What's your favorite data structure?

9
Comments 4
1 min read
Eclipse Collections - the features your collections need 🎉⚡️👍

Eclipse Collections - the features your collections need 🎉⚡️👍

17
Comments
6 min read
Book on Advanced Data Structures and Algorithms for Big Data Applications

Book on Advanced Data Structures and Algorithms for Big Data Applications

9
Comments
3 min read
4 Common Data Structures

4 Common Data Structures

51
Comments 4
4 min read
You Should Use Python Sets

You Should Use Python Sets

67
Comments
2 min read
loading...