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.
Ou Isso ou Aquilo: Exemplos com Switch / Case (Parte 4)

Ou Isso ou Aquilo: Exemplos com Switch / Case (Parte 4)

4
Comments
2 min read
Data Structures: Bidirectional Map

Data Structures: Bidirectional Map

50
Comments 11
2 min read
Binary Search

Binary Search

93
Comments 12
4 min read
Linked List VS Array

Linked List VS Array

12
Comments
2 min read
Ou Isso ou Aquilo: Exemplos com Desvios Condicionais Compostos e Encadeados (Parte 3)

Ou Isso ou Aquilo: Exemplos com Desvios Condicionais Compostos e Encadeados (Parte 3)

4
Comments
3 min read
September Challenge 2021 Division 3: XOR Equal

September Challenge 2021 Division 3: XOR Equal

5
Comments
3 min read
Linked List Questions: Detect a Cycle - Set or Hashtable Approach

Linked List Questions: Detect a Cycle - Set or Hashtable Approach

6
Comments
3 min read
Ou Isso ou Aquilo: Exemplos Com Desvios Condicionais Simples (Parte 2)

Ou Isso ou Aquilo: Exemplos Com Desvios Condicionais Simples (Parte 2)

6
Comments
2 min read
Binary Search vs Simple Search

Binary Search vs Simple Search

7
Comments
2 min read
How do you calculate 3^3^3^3? (What algo / struct?)

How do you calculate 3^3^3^3? (What algo / struct?)

4
Comments 3
1 min read
Ou Isso ou Aquilo: Entendendo os Desvios Condicionais (Parte 1)

Ou Isso ou Aquilo: Entendendo os Desvios Condicionais (Parte 1)

5
Comments
2 min read
Instagram bot using python 00:49

Instagram bot using python

14
Comments 4
1 min read
Operadores Lógicos: Exemplos (Parte 2)

Operadores Lógicos: Exemplos (Parte 2)

3
Comments
1 min read
Two Sum

Two Sum

2
Comments
2 min read
Foobar: Solar Doomsday

Foobar: Solar Doomsday

3
Comments 1
1 min read
Memoization in Javascript

Memoization in Javascript

219
Comments 9
4 min read
LeetCode | Contains Duplicate III

LeetCode | Contains Duplicate III

7
Comments
4 min read
A Beginner's Guide to Falling in Love with Algorithms - Part 2: Algorithm Design

A Beginner's Guide to Falling in Love with Algorithms - Part 2: Algorithm Design

8
Comments
16 min read
Operadores Lógicos (Parte 1)

Operadores Lógicos (Parte 1)

2
Comments
1 min read
LeetCode 1347. Minimum Number of Steps to Make Two Strings Anagram (javascript)

LeetCode 1347. Minimum Number of Steps to Make Two Strings Anagram (javascript)

5
Comments
1 min read
Circular Queue using python..!

Circular Queue using python..!

16
Comments 6
2 min read
LeetCode | Largest Time for Given Digits

LeetCode | Largest Time for Given Digits

8
Comments
3 min read
My personal 6 best tips for programmers🤩🤝

My personal 6 best tips for programmers🤩🤝

11
Comments
1 min read
Deletion From a Simple Linked List Using Python

Deletion From a Simple Linked List Using Python

4
Comments
2 min read
Operadores Relacionais: Exemplos (Parte 2)

Operadores Relacionais: Exemplos (Parte 2)

2
Comments
1 min read
Insertion in a Sorted Linked List Using Python

Insertion in a Sorted Linked List Using Python

2
Comments
3 min read
5 Common Data Structures

5 Common Data Structures

5
Comments
3 min read
How to generate unique numbers using Fisher-Yates Algorithm with Java

How to generate unique numbers using Fisher-Yates Algorithm with Java

4
Comments
2 min read
Operadores Relacionais (Parte 1)

Operadores Relacionais (Parte 1)

5
Comments
1 min read
Create a Simple Linked List Using Python

Create a Simple Linked List Using Python

6
Comments
2 min read
The big STL Algorithms tutorial: Minimum/maximum operations

The big STL Algorithms tutorial: Minimum/maximum operations

7
Comments 1
5 min read
Technically a Software Developer - Part 2

Technically a Software Developer - Part 2

5
Comments
3 min read
Ball Trajectory Hypothetical

Ball Trajectory Hypothetical

3
Comments
1 min read
Applying tree traversal algorithms to DOM

Applying tree traversal algorithms to DOM

26
Comments
4 min read
Algorithms Scripting Notes and Examples: Part 4

Algorithms Scripting Notes and Examples: Part 4

2
Comments
2 min read
Linear Search

Linear Search

3
Comments 2
1 min read
Trees, the essential heroes of data structures

Trees, the essential heroes of data structures

5
Comments 1
3 min read
perform Linear and Binary Search in one line !

perform Linear and Binary Search in one line !

3
Comments
1 min read
LeetCode 128. Longest Consecutive Sequence (javascript solution)

LeetCode 128. Longest Consecutive Sequence (javascript solution)

5
Comments 1
1 min read
Reasons To Use Recursion and How It Works

Reasons To Use Recursion and How It Works

45
Comments 18
6 min read
Iterators: The link between Data Structures and Algorithms

Iterators: The link between Data Structures and Algorithms

10
Comments
5 min read
The Palindrome Algorithm: Working Through A Mock Technical Interview

The Palindrome Algorithm: Working Through A Mock Technical Interview

3
Comments 2
3 min read
LeetCode 417. Pacific Atlantic Water Flow (javascrpt solution)

LeetCode 417. Pacific Atlantic Water Flow (javascrpt solution)

3
Comments
2 min read
Preface: Data Structures

Preface: Data Structures

6
Comments
3 min read
Huffman - Coder Algorithm

Huffman - Coder Algorithm

3
Comments
2 min read
Tree traversal techniques in JavaScript

Tree traversal techniques in JavaScript

21
Comments 2
5 min read
A Beginner's Guide to Falling in Love with Algorithms - Part 1: Introduction

A Beginner's Guide to Falling in Love with Algorithms - Part 1: Introduction

19
Comments
9 min read
Leetcode 522 - Longest Uncommon Subsequence II

Leetcode 522 - Longest Uncommon Subsequence II

4
Comments
3 min read
Starting with search algorithms

Starting with search algorithms

11
Comments
3 min read
Fetch random items that are *likely* popular

Fetch random items that are *likely* popular

3
Comments
7 min read
Find All Numbers Disappeared in an Array - Go solutions

Find All Numbers Disappeared in an Array - Go solutions

2
Comments
2 min read
Leetcode: Longest Arithmetic Subsequence

Leetcode: Longest Arithmetic Subsequence

5
Comments
4 min read
LeetCode explained: July Challenge 2021, week 4 - Partition Array into Disjoint Sets (medium)

LeetCode explained: July Challenge 2021, week 4 - Partition Array into Disjoint Sets (medium)

2
Comments
3 min read
COMPUTATIONAL THINKING

COMPUTATIONAL THINKING

5
Comments
3 min read
LeetCode Explained: 50. Pow(x, n) - Logarithmic Exponentiation (medium)

LeetCode Explained: 50. Pow(x, n) - Logarithmic Exponentiation (medium)

3
Comments
2 min read
LeetCode 133. Clone Graph (javascript solution)

LeetCode 133. Clone Graph (javascript solution)

4
Comments 1
1 min read
Ultimate guide to sorting in Javascript and Typescript

Ultimate guide to sorting in Javascript and Typescript

136
Comments 4
9 min read
LinearSearch-VS-BinarySearch

LinearSearch-VS-BinarySearch

4
Comments
3 min read
Leetcode 5 - Longest Palindromic Substring

Leetcode 5 - Longest Palindromic Substring

3
Comments 1
1 min read
Staying in Tune: A guide to optimizing hyperparameters

Staying in Tune: A guide to optimizing hyperparameters

9
Comments
10 min read
loading...