DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Why should Python not be your first language?

Why should Python not be your first language?

15
Comments 29
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
Discovering JavaScript's Hidden Secrets: Understanding Arrays as a Data Structure.

Discovering JavaScript's Hidden Secrets: Understanding Arrays as a Data Structure.

Comments
4 min read
Embrace Coexistence in Data Management

Embrace Coexistence in Data Management

Comments
3 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
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.

5
Comments
7 min read
COMPARING NoSQL AND SQL DATABASES: PROS AND CONS

COMPARING NoSQL AND SQL DATABASES: PROS AND CONS

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
Python Comprehensions: A Short Overview

Python Comprehensions: A Short Overview

7
Comments 1
3 min read
Decoding web3 data into human readable format

Decoding web3 data into human readable format

Comments
30 min read
Understanding the Constraints in Data Structures Questions

Understanding the Constraints in Data Structures Questions

Comments
2 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
Troop selection algorithm

Troop selection algorithm

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

Top 5 YouTube Channels to Ace Your Coding Interviews

12
Comments
2 min read
Understanding the Stack Data Structure: A Java Implementation

Understanding the Stack Data Structure: A Java Implementation

Comments
2 min read
Full vs Complete BiNARY TREEs

Full vs Complete BiNARY TREEs

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
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
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
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)

14
Comments 4
3 min read
TLE Tales: When Unordered_map Bites You

TLE Tales: When Unordered_map Bites You

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
Javascript Data structure

Javascript Data structure

Comments
1 min read
How To Execute A Query In SQL: Using Queries And Data Views

How To Execute A Query In SQL: Using Queries And Data Views

Comments
5 min read
Data Structures Implementation in JavaScript or TypeScript

Data Structures Implementation in JavaScript or TypeScript

49
Comments 2
14 min read
How to make a Fibonacci series with a Function In Python

How to make a Fibonacci series with a Function In Python

1
Comments
3 min read
🚀 JavaScript Array, Object, and Map Methods Cheat sheet 🚀

🚀 JavaScript Array, Object, and Map Methods Cheat sheet 🚀

36
Comments 6
7 min read
Numeric encoding

Numeric encoding

7
Comments
5 min read
Implementing an iterable linked list in JavaScript (can be used with spread operator (...) or a for...of)

Implementing an iterable linked list in JavaScript (can be used with spread operator (...) or a for...of)

1
Comments
4 min read
Data Virtualization: Working, Advantages, & Disadvantages Explained

Data Virtualization: Working, Advantages, & Disadvantages Explained

Comments
8 min read
Unearthing Data Structures & Algorithms: The Essentials Guide. P1

Unearthing Data Structures & Algorithms: The Essentials Guide. P1

Comments
12 min read
Unpacking LSM-Trees: The Powerhouse Behind Modern Databases

Unpacking LSM-Trees: The Powerhouse Behind Modern Databases

6
Comments
5 min read
Python Data Structures: A Comprehensive Guide

Python Data Structures: A Comprehensive Guide

Comments
5 min read
Discriminated Unions

Discriminated Unions

Comments
1 min read
Lists: do you know the nature of yours? The strange story of a data container in Java

Lists: do you know the nature of yours? The strange story of a data container in Java

6
Comments
10 min read
Easy Queue implementation in Ruby

Easy Queue implementation in Ruby

5
Comments
3 min read
Understanding Stack and Queues in JavaScript

Understanding Stack and Queues in JavaScript

Comments
5 min read
Hash Maps #️⃣ - intervyu kaliti 🔑

Hash Maps #️⃣ - intervyu kaliti 🔑

4
Comments
4 min read
Deep Dive into Data structures using Javascript - Priority Queue

Deep Dive into Data structures using Javascript - Priority Queue

1
Comments
19 min read
Deep Dive into Stacks: A Practical Guide for Software Engineers

Deep Dive into Stacks: A Practical Guide for Software Engineers

1
Comments
5 min read
The Comprehensive Guide to Time Series Models: Navigating the Depths of Temporal Data

The Comprehensive Guide to Time Series Models: Navigating the Depths of Temporal Data

Comments
2 min read
How to Create a Database for Small Business

How to Create a Database for Small Business

Comments
12 min read
Code in the Winter's🚀

Code in the Winter's🚀

Comments
1 min read
TLV: A Powerful Tool for handling Data in Embedded Systems

TLV: A Powerful Tool for handling Data in Embedded Systems

6
Comments
4 min read
Understanding the basics of Smart Pointers in Rust

Understanding the basics of Smart Pointers in Rust

35
Comments
14 min read
Searching Algorithm in JS

Searching Algorithm in JS

Comments
4 min read
Maximizing Streaming Recommendations: A Real-Time System Design

Maximizing Streaming Recommendations: A Real-Time System Design

8
Comments 1
3 min read
Solving Top K Frequent Objects with Count Min Sketch

Solving Top K Frequent Objects with Count Min Sketch

Comments
4 min read
A Comprehensive Guide to Data Structures and Algorithms

A Comprehensive Guide to Data Structures and Algorithms

Comments
2 min read
Binary Search in C#

Binary Search in C#

8
Comments 2
3 min read
loading...