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.
Quicksort (Grokking Algorithms)

Quicksort (Grokking Algorithms)

Comments
3 min read
Entendendo Algoritmos: Ordenação por Seleção

Entendendo Algoritmos: Ordenação por Seleção

11
Comments 2
3 min read
Find The Parity Outlier "Codewars"

Find The Parity Outlier "Codewars"

1
Comments
2 min read
Roadmap to master Data structures and Algorithms

Roadmap to master Data structures and Algorithms

Comments
2 min read
Evoluindo um Merge Sort: de primitivos a collections

Evoluindo um Merge Sort: de primitivos a collections

1
Comments
5 min read
Book Club: Eloquent JavaScript. 1 Welcome

Book Club: Eloquent JavaScript. 1 Welcome

9
Comments 2
2 min read
Book Club: Eloquent JavaScript. 2 Discussion Qs

Book Club: Eloquent JavaScript. 2 Discussion Qs

2
Comments 2
1 min read
Book Club: Eloquent JavaScript. 3 Intro + Values, Types, and Operators

Book Club: Eloquent JavaScript. 3 Intro + Values, Types, and Operators

3
Comments
1 min read
Playing with digits "Codewars"

Playing with digits "Codewars"

1
Comments
2 min read
Comparing Text Similarity Measurement Methods: Sentence Transformers vs. Fuzzy

Comparing Text Similarity Measurement Methods: Sentence Transformers vs. Fuzzy

5
Comments
7 min read
Brute Force Algorithms: The Power of Exhaustive Search

Brute Force Algorithms: The Power of Exhaustive Search

Comments
5 min read
Sorting numbers in Raku with the help of ChatGPT

Sorting numbers in Raku with the help of ChatGPT

Comments
2 min read
What is the best way to copy an array?

What is the best way to copy an array?

6
Comments
3 min read
Entendendo Algoritmos: Introdução a Algoritmos

Entendendo Algoritmos: Introdução a Algoritmos

24
Comments 5
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

2
Comments
26 min read
Garbage Collection

Garbage Collection

1
Comments
3 min read
Quick attribute aware road network contraction

Quick attribute aware road network contraction

2
Comments 4
12 min read
Algorithmic Alchemy: Exploiting Graph Theory in the Foreign Exchange

Algorithmic Alchemy: Exploiting Graph Theory in the Foreign Exchange

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

Javascript Singly Linked Lists: Where, When, And How

Comments
4 min read
Optimizing Container Loading for a Logistics Company with the LAFF Algorithm

Optimizing Container Loading for a Logistics Company with the LAFF Algorithm

7
Comments
3 min read
Linear Search Explained With Diagrams

Linear Search Explained With Diagrams

7
Comments
2 min read
Big O Notation in Action: Analyzing the Complexity of Common Algorithms

Big O Notation in Action: Analyzing the Complexity of Common Algorithms

Comments
3 min read
<=60s - Big O Notation

<=60s - Big O Notation

1
Comments
1 min read
Content-Dependent Hash Tree

Content-Dependent Hash Tree

Comments
5 min read
QuickSort - Time Analysis (Part2)

QuickSort - Time Analysis (Part2)

1
Comments
3 min read
Solving the "Longest Palindromic Substring" Problem on LeetCode

Solving the "Longest Palindromic Substring" Problem on LeetCode

5
Comments
3 min read
LeetCode, Hard (Acceptance 24%, Latest): 2867. Count Valid Paths in a Tree. DFS. O(n). Swift.

LeetCode, Hard (Acceptance 24%, Latest): 2867. Count Valid Paths in a Tree. DFS. O(n). Swift.

12
Comments 1
3 min read
Backtracking 101

Backtracking 101

Comments
4 min read
Consensus Algorithms: Paxos and Raft

Consensus Algorithms: Paxos and Raft

Comments
3 min read
Pick peaks"Code Wars"

Pick peaks"Code Wars"

4
Comments
2 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
Algorithm To Create Phone Number "Codewars"

Algorithm To Create Phone Number "Codewars"

2
Comments
1 min read
DAY 108 - Find Duplicate

DAY 108 - Find Duplicate

Comments
2 min read
Find Angle MBC - HackerRank Solution Python

Find Angle MBC - HackerRank Solution Python

2
Comments
2 min read
DAY 107 - Daily Temperatures

DAY 107 - Daily Temperatures

1
Comments
3 min read
Data Structures and Algorithms: Big O Notation

Data Structures and Algorithms: Big O Notation

5
Comments
3 min read
DAY 106 - Next Greater Element I

DAY 106 - Next Greater Element I

Comments
3 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
Object-oriented programming(OOPS)

Object-oriented programming(OOPS)

1
Comments
15 min read
DAY 105 - 155. Min Stack

DAY 105 - 155. Min Stack

Comments
3 min read
Trying to bridge the gap between WFC “Even Simpler Tiled Model” and Constraint Satisfaction Problem (CSP) propositional rules

Trying to bridge the gap between WFC “Even Simpler Tiled Model” and Constraint Satisfaction Problem (CSP) propositional rules

5
Comments
5 min read
Introduction to graphs - BFS algorithm

Introduction to graphs - BFS algorithm

13
Comments
6 min read
Book Club: Grokking Algorithms. 6: Dynamic programming and k-nearest neighbours

Book Club: Grokking Algorithms. 6: Dynamic programming and k-nearest neighbours

8
Comments 3
4 min read
Some aspects of Merkle Tree

Some aspects of Merkle Tree

Comments
3 min read
Greedy Algorithms and Optimization Problems

Greedy Algorithms and Optimization Problems

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

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

2
Comments 1
5 min read
DAY 99 - 234. Palindrome Linked List

DAY 99 - 234. Palindrome Linked List

Comments
3 min read
Default Arguments - HackerRank Solution Python

Default Arguments - HackerRank Solution Python

2
Comments
2 min read
DAY 98 - Intersection of Two Linked Lists

DAY 98 - Intersection of Two Linked Lists

Comments
3 min read
Compress the String! - HackerRank Solution Python

Compress the String! - HackerRank Solution Python

2
Comments
2 min read
Iterables and Iterators - HackerRank Solution Python

Iterables and Iterators - HackerRank Solution Python

2
Comments
3 min read
The Minion Game - HackerRank Solution Python

The Minion Game - HackerRank Solution Python

2
Comments
2 min read
Reverse Integer Algorithm in C++, Java, and Python - LeetCode Problem

Reverse Integer Algorithm in C++, Java, and Python - LeetCode Problem

2
Comments
2 min read
How to Solve the "No Idea!" Challenge in Python

How to Solve the "No Idea!" Challenge in Python

2
Comments
3 min read
Regex Substitution - HackerRank Solution Python

Regex Substitution - HackerRank Solution Python

2
Comments
2 min read
A new lightweight lossless compression scheme

A new lightweight lossless compression scheme

3
Comments 1
3 min read
Algorithm Design Techniques 101

Algorithm Design Techniques 101

Comments
7 min read
DAY 97 - Removing Elements from a Linked List

DAY 97 - Removing Elements from a Linked List

Comments
2 min read
How to validate a Sudoku board

How to validate a Sudoku board

5
Comments
2 min read
Implementing Vector Search in Python

Implementing Vector Search in Python

1
Comments
4 min read
loading...