DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Try to explain the Array with lockers

Try to explain the Array with lockers

5
Comments
6 min read
Data Warehouse, Data Mart e Data Lake: Uma Visão Abrangente

Data Warehouse, Data Mart e Data Lake: Uma Visão Abrangente

Comments
3 min read
Implementing a 2d-tree in Clojure

Implementing a 2d-tree in Clojure

Comments
9 min read
leetcode: Median of Two Sorted Arrays Problem in C++

leetcode: Median of Two Sorted Arrays Problem in C++

1
Comments
3 min read
PyStructures

PyStructures

Comments
11 min read
Data Structures and Algorithms (Part 3)

Data Structures and Algorithms (Part 3)

2
Comments
3 min read
Sorting in Data Structures

Sorting in Data Structures

7
Comments
6 min read
Leetcode Solution: #1669 Merge In Between Linked Lists 🚀

Leetcode Solution: #1669 Merge In Between Linked Lists 🚀

1
Comments
1 min read
Solving DSA Problems. Eolymp 6254: Timebomb

Solving DSA Problems. Eolymp 6254: Timebomb

Comments
4 min read
Leetcode Solution: #206: Reverse Linked List 🐬

Leetcode Solution: #206: Reverse Linked List 🐬

1
Comments
1 min read
Day 1 of #100DaysOfCode Hash Tables

Day 1 of #100DaysOfCode Hash Tables

Comments
1 min read
Swift字典键值的查找时间复杂度

Swift字典键值的查找时间复杂度

Comments
1 min read
So, What Exactly Big O Is?

So, What Exactly Big O Is?

1
Comments
5 min read
Implement Binary Heap & Pairing Heap with MoonBit

Implement Binary Heap & Pairing Heap with MoonBit

1
Comments
9 min read
Solving DSA Problems. HackerRank: Winning Lottery Ticket

Solving DSA Problems. HackerRank: Winning Lottery Ticket

Comments
5 min read
C# ARRAYS | DATA STRUCTURE.

C# ARRAYS | DATA STRUCTURE.

Comments
2 min read
Data Structures and Algorithms (Part 1)

Data Structures and Algorithms (Part 1)

1
Comments
3 min read
Settling with SETS - Python

Settling with SETS - Python

14
Comments 2
5 min read
DataDen - Coming Soon. Tailor Your Data, Your Way

DataDen - Coming Soon. Tailor Your Data, Your Way

Comments
2 min read
Array Mutation Methods in JavaScript

Array Mutation Methods in JavaScript

Comments
2 min read
SSTables and LSM-Trees for a layperson

SSTables and LSM-Trees for a layperson

Comments
5 min read
MindMap for revision of DSA in 30 days !! 🎯

MindMap for revision of DSA in 30 days !! 🎯

18
Comments 1
1 min read
C# Stacks

C# Stacks

Comments
2 min read
Multiple Pointers | C#

Multiple Pointers | C#

Comments
1 min read
"When was the last time you used this?" - Part 1: Data Structures

"When was the last time you used this?" - Part 1: Data Structures

2
Comments
4 min read
Implementing the Frequency Counter Technique in C#

Implementing the Frequency Counter Technique in C#

Comments
2 min read
C# Linked Lists: Exploring Dummy Nodes, Pointers, and More | Data Structures

C# Linked Lists: Exploring Dummy Nodes, Pointers, and More | Data Structures

Comments
4 min read
Queue Data Structure Detailed Examples

Queue Data Structure Detailed Examples

1
Comments
2 min read
Getting More About Linked List Data Structure

Getting More About Linked List Data Structure

1
Comments
3 min read
Big-O notation VS. Amortized, Complexity Analysis

Big-O notation VS. Amortized, Complexity Analysis

2
Comments
3 min read
Data Structures and Algorithms: Recursion

Data Structures and Algorithms: Recursion

Comments
2 min read
Python Comprehensions: A Short Overview

Python Comprehensions: A Short Overview

7
Comments 1
3 min read
Importance of Data Structures in Computer Science.

Importance of Data Structures in Computer Science.

Comments
3 min read
Solving DSA Problems. CodeForces 1918-A: Brick Wall

Solving DSA Problems. CodeForces 1918-A: Brick Wall

Comments
3 min read
Why should Python not be your first language?

Why should Python not be your first language?

14
Comments 29
7 min read
Discovering JavaScript's Hidden Secrets: Understanding Big O Notation in Data Structures & Algorithms.

Discovering JavaScript's Hidden Secrets: Understanding Big O Notation in Data Structures & Algorithms.

Comments
7 min read
Parsing a JSON String recursively in a BFS style.

Parsing a JSON String recursively in a BFS style.

7
Comments 1
5 min read
Demand Data::Printer to dump politely if it doesn't want to

Demand Data::Printer to dump politely if it doesn't want to

2
Comments
1 min read
COMPARING NoSQL AND SQL DATABASES: PROS AND CONS

COMPARING NoSQL AND SQL DATABASES: PROS AND CONS

Comments
2 min read
Implement Dynamic Programming in a cake shop (with code)

Implement Dynamic Programming in a cake shop (with code)

Comments
2 min read
Why learn Data structures and Algorithm

Why learn Data structures and Algorithm

1
Comments
5 min read
Decoding Data Analysis: Transforming Cross-Tabulation Into Structured Tabular Tables

Decoding Data Analysis: Transforming Cross-Tabulation Into Structured Tabular Tables

Comments
5 min read
Decoding web3 data into human readable format

Decoding web3 data into human readable format

Comments
30 min read
Guide : How to Setup C++ on MacOS with Sublime Text and gcc (without homebrew)

Guide : How to Setup C++ on MacOS with Sublime Text and gcc (without homebrew)

5
Comments 4
3 min read
Question: Validate Parentheses in a String

Question: Validate Parentheses in a String

1
Comments
1 min read
Question: Implement a Binary Search Algorithm

Question: Implement a Binary Search Algorithm

Comments
1 min read
Top 5 YouTube Channels to Ace Your Coding Interviews

Top 5 YouTube Channels to Ace Your Coding Interviews

6
Comments
2 min read
LeetCode Mastery: A Personal Odyssey Through 600 Challenges with Advice, FAQs and Resources

LeetCode Mastery: A Personal Odyssey Through 600 Challenges with Advice, FAQs and Resources

8
Comments 1
6 min read
Structure ..Structure

Structure ..Structure

Comments
1 min read
Deep Dive into Data structures using Javascript - Trie

Deep Dive into Data structures using Javascript - Trie

1
Comments
16 min read
Numeric encoding

Numeric encoding

6
Comments
5 min read
Data Structures and Algorithms: Queues

Data Structures and Algorithms: Queues

2
Comments
3 min read
Basic Data Types

Basic Data Types

5
Comments
3 min read
Data Structure Classification🧑‍🔧

Data Structure Classification🧑‍🔧

5
Comments
2 min read
Character encoding

Character encoding

6
Comments
6 min read
Understanding Map Behavior in Java: Primitive Types vs Custom Object Keys

Understanding Map Behavior in Java: Primitive Types vs Custom Object Keys

3
Comments
4 min read
Graph: Simple implementation non-linear data structure with Go

Graph: Simple implementation non-linear data structure with Go

1
Comments
3 min read
Binary Tree Construction from Inorder and Preorder Traversals 🌳🔍

Binary Tree Construction from Inorder and Preorder Traversals 🌳🔍

1
Comments
2 min read
How to find the first even and odd occurring numbers from a list in Python?

How to find the first even and odd occurring numbers from a list in Python?

Comments
3 min read
Data Structures and Algorithms: Linked Lists

Data Structures and Algorithms: Linked Lists

1
Comments
1 min read
loading...