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.
Dynamic Arrays in C

Dynamic Arrays in C

Comments
4 min read
904. Fruit Into Baskets

904. Fruit Into Baskets

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

Mastering Linear Search: Learn the Essentials of This Core Algorithm

Comments
4 min read
Java vs Python via the lens of an interview problem

Java vs Python via the lens of an interview problem

Comments
3 min read
Cycle Detection for Directed Graphs(DFS with recursion stack) C++: Story

Cycle Detection for Directed Graphs(DFS with recursion stack) C++: Story

Comments
3 min read
Cycle Detection using Union-Find C++: Story

Cycle Detection using Union-Find C++: Story

Comments
3 min read
Cycle Detection for Undirected Graphs(DFS with parent tracking) C++: Story

Cycle Detection for Undirected Graphs(DFS with parent tracking) C++: Story

Comments
3 min read
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
Kruskal Algorithm C++: Story

Kruskal 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
Building a Sports Betting Calculator: The Math Behind Multi-Leg Arbitrage

Building a Sports Betting Calculator: The Math Behind Multi-Leg Arbitrage

Comments
5 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
Practical Skyline Queries in Go

Practical Skyline Queries in Go

Comments
16 min read
2561. Rearranging Fruits

2561. Rearranging Fruits

Comments
4 min read
Vowels Count Algorithm

Vowels Count Algorithm

Comments
3 min read
118. Pascal's Triangle

118. Pascal's Triangle

Comments
2 min read
Are You Really Copying in Python? 🤯 Shallow vs Deep Copy Explained

Are You Really Copying in Python? 🤯 Shallow vs Deep Copy Explained

Comments
1 min read
JavaScript Array Methods Under the Hood: Unshift and Shift Explained

JavaScript Array Methods Under the Hood: Unshift and Shift Explained

1
Comments
2 min read
LeetCode #136. Single Number

LeetCode #136. Single Number

Comments
1 min read
loading...