DEV Community

Algorithms

Heap, Binary Tree, Data Structure it doesn't matter. This tag should be used for anything Algorithm & Data Structure focused.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Bubble Sort Algorithm

Bubble Sort Algorithm

Comments
3 min read
Multiplying Large Decimal Numbers Using Fast Fourier Transform (FFT)

Multiplying Large Decimal Numbers Using Fast Fourier Transform (FFT)

Comments
7 min read
Converting Recursion to Iteration Using a Stack: A Practical Guide

Converting Recursion to Iteration Using a Stack: A Practical Guide

2
Comments
6 min read
RAPTOR: A Novel Tree-Based Retrieval System for Enhancing Language Models – Research Summary

RAPTOR: A Novel Tree-Based Retrieval System for Enhancing Language Models – Research Summary

1
Comments
2 min read
Understanding Dijkstra's Algorithm: From Theory to Implementation

Understanding Dijkstra's Algorithm: From Theory to Implementation

Comments
6 min read
Queue, Deque, and Priority Queue: Key Data Structures Explained

Queue, Deque, and Priority Queue: Key Data Structures Explained

1
Comments
6 min read
Understanding the Bag ADT in Java: A Flexible Data Structure

Understanding the Bag ADT in Java: A Flexible Data Structure

Comments
7 min read
Merge Sort: Divide-and-Conquer for Large Datasets

Merge Sort: Divide-and-Conquer for Large Datasets

Comments
10 min read
Is Bitcoin Ready for the Quantum Era? Understanding Security and Future-Proofing

Is Bitcoin Ready for the Quantum Era? Understanding Security and Future-Proofing

1
Comments
2 min read
Mastering Strong and Weak Induction in Mathematics and Programming

Mastering Strong and Weak Induction in Mathematics and Programming

1
Comments
5 min read
2558. Take Gifts From the Richest Pile

2558. Take Gifts From the Richest Pile

Comments
4 min read
Binary Search || Python || Data Structures and Algorithms

Binary Search || Python || Data Structures and Algorithms

Comments
4 min read
Algorithms Unleashed: Free Learning Resources for Aspiring Programmers

Algorithms Unleashed: Free Learning Resources for Aspiring Programmers

1
Comments
3 min read
🚀 Top GitHub Repositories Every Software Engineer Should Know in 2025

🚀 Top GitHub Repositories Every Software Engineer Should Know in 2025

21
Comments
17 min read
2981. Find Longest Special Substring That Occurs Thrice I

2981. Find Longest Special Substring That Occurs Thrice I

1
Comments
3 min read
Why Are Skip Lists Less Commonly Used Than BSTs?

Why Are Skip Lists Less Commonly Used Than BSTs?

Comments
4 min read
Print Queue

Print Queue

Comments
6 min read
Comparative Benchmarking: ILP, A*, and Branch and Bound Algorithms in High-Throughput Scenarios

Comparative Benchmarking: ILP, A*, and Branch and Bound Algorithms in High-Throughput Scenarios

Comments
8 min read
Algorithm for Normalizing Current Data Using Historical Data to Eliminate Sound Noise

Algorithm for Normalizing Current Data Using Historical Data to Eliminate Sound Noise

2
Comments
2 min read
Leet Code Two Sum problem in Javascript

Leet Code Two Sum problem in Javascript

1
Comments
3 min read
LeetCode Meditations: Merge Intervals

LeetCode Meditations: Merge Intervals

1
Comments
2 min read
Kadane's Algorithm - For Max SubArray Sum

Kadane's Algorithm - For Max SubArray Sum

Comments
3 min read
2914. Minimum Number of Changes to Make Binary String Beautiful

2914. Minimum Number of Changes to Make Binary String Beautiful

Comments
3 min read
Conceptual Framework for Token Stream Analysis using Dual-level Exponential Rolling Average Centroids

Conceptual Framework for Token Stream Analysis using Dual-level Exponential Rolling Average Centroids

Comments
6 min read
How to count the number of black and white squares on a chessboard?

How to count the number of black and white squares on a chessboard?

9
Comments 1
4 min read
loading...