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.
DFS Graph Traversal using Recursion C++: Story

DFS Graph Traversal using Recursion C++: Story

Comments
3 min read
DFS Graph Traversal using Stack C++: Story

DFS Graph Traversal using Stack C++: Story

Comments
3 min read
BFS Graph Traversal C++: Story

BFS Graph Traversal C++: Story

Comments
3 min read
Prims Algorithm C++: Story

Prims Algorithm C++: Story

Comments
4 min read
Union-Find(With Rank) C++: Story

Union-Find(With Rank) C++: Story

Comments
3 min read
AlgorithmO #16 — Бързо сортиране (Quicksort)

AlgorithmO #16 — Бързо сортиране (Quicksort)

Comments
2 min read
Union-Find(Without Rank) C++: Story

Union-Find(Without Rank) C++: Story

Comments
4 min read
2106. Maximum Fruits Harvested After at Most K Steps

2106. Maximum Fruits Harvested After at Most K Steps

Comments
5 min read
AlgorithmO #15 — Двоично търсене (Binary Search)

AlgorithmO #15 — Двоично търсене (Binary Search)

Comments
1 min read
2561. Rearranging Fruits

2561. Rearranging Fruits

Comments
4 min read
118. Pascal's Triangle

118. Pascal's Triangle

Comments
2 min read
LeetCode #136. Single Number

LeetCode #136. Single Number

Comments
1 min read
Build an Interactive Dijkstra Pathfinding Tool with TypeScript + Canvas

Build an Interactive Dijkstra Pathfinding Tool with TypeScript + Canvas

Comments
1 min read
⚡ Binary Search isn’t just for sorted arrays in 2025

⚡ Binary Search isn’t just for sorted arrays in 2025

Comments
1 min read
898. Bitwise ORs of Subarrays

898. Bitwise ORs of Subarrays

Comments
3 min read
Major Algorithm Types Cheat Sheet

Major Algorithm Types Cheat Sheet

5
Comments 1
1 min read
LeetCode #121. Best Time to Buy and Sell Stock

LeetCode #121. Best Time to Buy and Sell Stock

Comments
1 min read
Mastering Linear Search: Learn the Essentials of This Core Algorithm

Mastering Linear Search: Learn the Essentials of This Core Algorithm

1
Comments
4 min read
🔁 Recursion — Think Smaller to Solve Bigger

🔁 Recursion — Think Smaller to Solve Bigger

Comments
1 min read
Building a Distributed Prime Number Finder: Scalable Sieve Architecture for 1 Billion Integers

Building a Distributed Prime Number Finder: Scalable Sieve Architecture for 1 Billion Integers

Comments
1 min read
Daily Coding Challenge: Height of a Binary Tree

Daily Coding Challenge: Height of a Binary Tree

3
Comments
6 min read
A Voyage through Algorithms using Javascript - Counting Sort

A Voyage through Algorithms using Javascript - Counting Sort

Comments
8 min read
AlgorithmO #13 — Сортиране чрез селекция (Selection Sort)

AlgorithmO #13 — Сортиране чрез селекция (Selection Sort)

Comments
2 min read
2210. Count Hills and Valleys in an Array

2210. Count Hills and Valleys in an Array

Comments
4 min read
2348. Number of Zero-Filled Subarrays

2348. Number of Zero-Filled Subarrays

Comments 1
3 min read
loading...