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.
The Mathematics of Algorithms

The Mathematics of Algorithms

4
Comments
10 min read
Day 0: Hello, World! Solution

Day 0: Hello, World! Solution

1
Comments
1 min read
1190. Reverse Substrings Between Each Pair of Parentheses

1190. Reverse Substrings Between Each Pair of Parentheses

3
Comments
2 min read
LeetCode Day31 Dynamic Programming Part 4

LeetCode Day31 Dynamic Programming Part 4

Comments
2 min read
CoderByte Question

CoderByte Question

Comments
2 min read
Aula 00.py uma breve introdução

Aula 00.py uma breve introdução

21
Comments
2 min read
1598. Crawler Log Folder

1598. Crawler Log Folder

2
Comments
2 min read
Abordando grafos através das escalas musicais

Abordando grafos através das escalas musicais

3
Comments 2
3 min read
My Algorithms Blog「141. Linked List Cycle」

My Algorithms Blog「141. Linked List Cycle」

1
Comments
2 min read
LeetCode Day30 Dynamic Programming Part 3

LeetCode Day30 Dynamic Programming Part 3

2
Comments
4 min read
FeedForward and FeedBack Control

FeedForward and FeedBack Control

4
Comments
2 min read
Oque é o Dunder Py

Oque é o Dunder Py

20
Comments
2 min read
Understanding the Josephus Problem: A Comprehensive Guide

Understanding the Josephus Problem: A Comprehensive Guide

6
Comments
8 min read
1701. Average Waiting Time

1701. Average Waiting Time

1
Comments
3 min read
Por quê eu estou aprendendo e acho que vocês também deveriam aprender scala em 2024

Por quê eu estou aprendendo e acho que vocês também deveriam aprender scala em 2024

Comments
2 min read
Prototype Prolog Projects

Prototype Prolog Projects

1
Comments
3 min read
1823. Find the Winner of the Circular Game

1823. Find the Winner of the Circular Game

1
Comments
2 min read
1518. Water Bottles

1518. Water Bottles

1
Comments
2 min read
Descomplicando algoritmos

Descomplicando algoritmos

2
Comments
5 min read
2582. Pass the Pillow

2582. Pass the Pillow

1
Comments
2 min read
HackerRank Beautiful 3 Set Problem Solution

HackerRank Beautiful 3 Set Problem Solution

1
Comments
3 min read
2058. Find the Minimum and Maximum Number of Nodes Between Critical Points

2058. Find the Minimum and Maximum Number of Nodes Between Critical Points

1
Comments
3 min read
Master Minimize Maximum Difference in an Array in C# by 3 Easy Steps

Master Minimize Maximum Difference in an Array in C# by 3 Easy Steps

5
Comments 3
3 min read
Mastering Binary Search in JavaScript: A Comprehensive Guide for Beginners

Mastering Binary Search in JavaScript: A Comprehensive Guide for Beginners

3
Comments
6 min read
2181. Merge Nodes in Between Zeros

2181. Merge Nodes in Between Zeros

1
Comments
2 min read
LeetCode Meditations: Clone Graph

LeetCode Meditations: Clone Graph

1
Comments 3
6 min read
How to Check if an Array is Sorted

How to Check if an Array is Sorted

Comments
3 min read
How to use an auto-tiling technique in your next game project

How to use an auto-tiling technique in your next game project

12
Comments 2
12 min read
Picking myself up after a Vacation

Picking myself up after a Vacation

1
Comments
3 min read
1509. Minimum Difference Between Largest and Smallest Value in Three Moves

1509. Minimum Difference Between Largest and Smallest Value in Three Moves

2
Comments
2 min read
Greedy Algorithms, Design and Analysis of Algorithms

Greedy Algorithms, Design and Analysis of Algorithms

Comments
8 min read
Easy задача с собеседования в Facebook: Contains Duplicate ||

Easy задача с собеседования в Facebook: Contains Duplicate ||

2
Comments
2 min read
Get Random Documents from Firestore

Get Random Documents from Firestore

3
Comments
1 min read
350. Intersection of Two Arrays II

350. Intersection of Two Arrays II

1
Comments
2 min read
Backtracking, Design and Analysis of Algorithms

Backtracking, Design and Analysis of Algorithms

Comments
7 min read
Mastering Binary Search in JavaScript Part I: Iterative, Recursive. 🚀🦾

Mastering Binary Search in JavaScript Part I: Iterative, Recursive. 🚀🦾

1
Comments
2 min read
[LeetCode] Visualization of Reverse Linked List

[LeetCode] Visualization of Reverse Linked List

1
Comments
1 min read
Subsets and Backtracking, Coding Interview Pattern

Subsets and Backtracking, Coding Interview Pattern

1
Comments
3 min read
1550. Three Consecutive Odds

1550. Three Consecutive Odds

Comments 1
1 min read
LeetCode Meditations: House Robber

LeetCode Meditations: House Robber

3
Comments 1
4 min read
LeetCode Day23 Greedy Algorithm Part 1

LeetCode Day23 Greedy Algorithm Part 1

Comments 1
4 min read
Recursion, Design and Analysis of Algorithms

Recursion, Design and Analysis of Algorithms

1
Comments
9 min read
Leet Code Problem: Finding index that sums to a target Using Javascript

Leet Code Problem: Finding index that sums to a target Using Javascript

Comments
3 min read
The Power of Binary Search

The Power of Binary Search

6
Comments
3 min read
How Garbage Collector works - Under The Hood

How Garbage Collector works - Under The Hood

4
Comments
5 min read
1579. Remove Max Number of Edges to Keep Graph Fully Traversable

1579. Remove Max Number of Edges to Keep Graph Fully Traversable

Comments
3 min read
Luhn's Algorithm: Credit Card Validation

Luhn's Algorithm: Credit Card Validation

3
Comments
3 min read
Tree data structures in Rust with tree-ds (#3: Beyond The Basics)

Tree data structures in Rust with tree-ds (#3: Beyond The Basics)

1
Comments
2 min read
2192. All Ancestors of a Node in a Directed Acyclic Graph

2192. All Ancestors of a Node in a Directed Acyclic Graph

Comments
3 min read
Tree data structures in Rust with tree-ds (#2: Tree Operations)

Tree data structures in Rust with tree-ds (#2: Tree Operations)

1
Comments
3 min read
LeetCode Day21 BackTracking Part 3

LeetCode Day21 BackTracking Part 3

Comments
3 min read
Understanding Dijkstra's Algorithm: A Step-by-Step Guide 🚀

Understanding Dijkstra's Algorithm: A Step-by-Step Guide 🚀

12
Comments 2
6 min read
LeetCode Meditations: Climbing Stairs

LeetCode Meditations: Climbing Stairs

1
Comments 1
6 min read
2285. Maximum Total Importance of Roads

2285. Maximum Total Importance of Roads

Comments
2 min read
Refactoring..(Part 3)

Refactoring..(Part 3)

Comments
3 min read
The Magical World of Machine Learning at Hogwarts (Part #5)

The Magical World of Machine Learning at Hogwarts (Part #5)

5
Comments
8 min read
1791. Find Center of Star Graph

1791. Find Center of Star Graph

Comments
2 min read
Master Abstract Factory Design Pattern for Programming Interviews with 5 easy steps

Master Abstract Factory Design Pattern for Programming Interviews with 5 easy steps

5
Comments 1
4 min read
1382. Balance a Binary Search Tree

1382. Balance a Binary Search Tree

Comments
2 min read
What is a CIDR trie and how can it help you?

What is a CIDR trie and how can it help you?

Comments
8 min read
loading...