DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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
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

36
Comments 2
14 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 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 🚀

30
Comments 6
7 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

2
Comments
5 min read
Linear & Binary Search in DSA

Linear & Binary Search in DSA

Comments
2 min read
Discriminated Unions

Discriminated Unions

3
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

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

TLV: A Powerful Tool for handling Data in Embedded Systems

8
Comments
4 min read
Abstract Syntax Trees and Practical Applications in JavaScript

Abstract Syntax Trees and Practical Applications in JavaScript

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

Understanding the basics of Smart Pointers in Rust

33
Comments
14 min read
Singly Linked Lists in C - A Fun and Easy Guide

Singly Linked Lists in C - A Fun and Easy Guide

6
Comments 2
4 min read
Solving Top K Frequent Objects with Count Min Sketch

Solving Top K Frequent Objects with Count Min Sketch

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

Maximizing Streaming Recommendations: A Real-Time System Design

4
Comments 1
3 min read
Binary Search in C#

Binary Search in C#

6
Comments 2
3 min read
Implement Selection sort easily in your program

Implement Selection sort easily in your program

5
Comments
3 min read
Learn DSA with Me ( Day 1 )

Learn DSA with Me ( Day 1 )

Comments
2 min read
Leet code problem 563: Binary Tree Tilt

Leet code problem 563: Binary Tree Tilt

Comments
3 min read
Streams in Java made super simple with examples! — An Easy Beginner’s Guide!

Streams in Java made super simple with examples! — An Easy Beginner’s Guide!

1
Comments
6 min read
Top 10 Python Libraries for Data Analysis

Top 10 Python Libraries for Data Analysis

11
Comments
4 min read
Event-Driven Architecture with Serverless Functions – Part 1

Event-Driven Architecture with Serverless Functions – Part 1

2
Comments 1
5 min read
Tudo o que vocĂŞ precisa saber sobre Algoritmos e Estrutura de Dados

Tudo o que vocĂŞ precisa saber sobre Algoritmos e Estrutura de Dados

2
Comments
26 min read
String reversal in TypeScript: A step-by-step guid

String reversal in TypeScript: A step-by-step guid

Comments
2 min read
Javascript Singly Linked Lists: Where, When, And How

Javascript Singly Linked Lists: Where, When, And How

Comments
4 min read
Explorando Nodes em Java 🚀🔍📦

Explorando Nodes em Java 🚀🔍📦

5
Comments
2 min read
Backtracking 101

Backtracking 101

Comments
4 min read
Understanding Tree: Features, Time Complexity, Difference between BFS and DFS

Understanding Tree: Features, Time Complexity, Difference between BFS and DFS

1
Comments
6 min read
DAY 108 - Find Duplicate

DAY 108 - Find Duplicate

Comments
2 min read
Data Structures and Algorithms: Big O Notation

Data Structures and Algorithms: Big O Notation

5
Comments
3 min read
Learn basic algorithms and data structures using Go - for free

Learn basic algorithms and data structures using Go - for free

Comments
1 min read
Data Structure & Algorithms

Data Structure & Algorithms

1
Comments
3 min read
Pattern Matching Using Knuth–Morris–Pratt (KMP) Algorithm

Pattern Matching Using Knuth–Morris–Pratt (KMP) Algorithm

2
Comments 1
5 min read
Mastering Data Structures and Algorithms: Planting Flowers with No Adjacent Blooms

Mastering Data Structures and Algorithms: Planting Flowers with No Adjacent Blooms

Comments 2
3 min read
SurrealDB - Query and combine data via relations

SurrealDB - Query and combine data via relations

12
Comments
5 min read
SurrealDB - Improve data integrity by adding schema information

SurrealDB - Improve data integrity by adding schema information

7
Comments
3 min read
Algorithm Design Techniques 101

Algorithm Design Techniques 101

Comments
7 min read
The Crucial Role of Oracles in Empowering Blockchains: Enabling Real-World Data Integration

The Crucial Role of Oracles in Empowering Blockchains: Enabling Real-World Data Integration

2
Comments
3 min read
Solving the "Largest Digit Sum" Problem on LeetCode

Solving the "Largest Digit Sum" Problem on LeetCode

5
Comments
2 min read
Data structures and algorithms in depth: C++, Swift, Python, Java, C#, JavaScript.

Data structures and algorithms in depth: C++, Swift, Python, Java, C#, JavaScript.

11
Comments 1
31 min read
Divide & Conquer (Grokking Algorithms)

Divide & Conquer (Grokking Algorithms)

2
Comments
2 min read
Understanding List, Set, and Dictionary Comprehension in Python

Understanding List, Set, and Dictionary Comprehension in Python

Comments
4 min read
Top 5 Compelling Reasons Why DSA Should Matter to You

Top 5 Compelling Reasons Why DSA Should Matter to You

1
Comments
3 min read
Is Data Struct about memory?

Is Data Struct about memory?

5
Comments
3 min read
Complex Data Types in Golang (go)

Complex Data Types in Golang (go)

7
Comments
2 min read
Mastering Dynamic Programming: Unveiling its Magic with Real-world Examples

Mastering Dynamic Programming: Unveiling its Magic with Real-world Examples

1
Comments
3 min read
loading...