DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Data Structures Implementation in JavaScript or TypeScript

Data Structures Implementation in JavaScript or TypeScript

51
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 🚀

38
Comments 7
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
Estrutura de Dados - Parte 1

Estrutura de Dados - Parte 1

2
Comments
8 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#

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

Implement Selection sort easily in your program

5
Comments
3 min read
Abstract Syntax Trees and Practical Applications in JavaScript

Abstract Syntax Trees and Practical Applications in JavaScript

12
Comments 4
16 min read
Singly Linked Lists in C - A Fun and Easy Guide

Singly Linked Lists in C - A Fun and Easy Guide

8
Comments 2
4 min read
Huffman Coding

Huffman Coding

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

Leet code problem 563: Binary Tree Tilt

Comments
3 min read
Time Complexity

Time Complexity

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

Event-Driven Architecture with Serverless Functions – Part 1

2
Comments 1
5 min read
Top 10 Python Libraries for Data Analysis

Top 10 Python Libraries for Data Analysis

7
Comments
4 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

4
Comments
26 min read
7 Fascinating Applications of Linked Lists That You Won't Believe

7 Fascinating Applications of Linked Lists That You Won't Believe

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

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

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

Javascript Singly Linked Lists: Where, When, And How

Comments
4 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
Explorando Nodes em Java 🚀🔍📦

Explorando Nodes em Java 🚀🔍📦

7
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
Learn basic algorithms and data structures using Go - for free

Learn basic algorithms and data structures using Go - for free

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

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

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

SurrealDB - Query and combine data via relations

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

SurrealDB - Improve data integrity by adding schema information

8
Comments
3 min read
Algorithm Design Techniques 101

Algorithm Design Techniques 101

5
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
Trie Data Structure

Trie Data Structure

Comments
3 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
Mastering Data Structures and Algorithms: Planting Flowers with No Adjacent Blooms

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

3
Comments 2
3 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)

9
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...