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.
Learning Memoization

Learning Memoization

8
Comments
2 min read
Can you spot the algorithmic error?

Can you spot the algorithmic error?

3
Comments 2
1 min read
Complexidade Logarítmica O(log n)

Complexidade Logarítmica O(log n)

36
Comments 3
3 min read
Resolução de Problemas

Resolução de Problemas

12
Comments 1
10 min read
BigO

BigO

15
Comments
4 min read
Complexidade Linear O(n)

Complexidade Linear O(n)

10
Comments
3 min read
Queues

Queues

9
Comments
3 min read
Doubly Linked List

Doubly Linked List

6
Comments
4 min read
Sets

Sets

6
Comments
3 min read
Stack

Stack

5
Comments
3 min read
Single Linked Lists

Single Linked Lists

3
Comments
5 min read
Implementing a Selection Sort Algorithm in JavaScript

Implementing a Selection Sort Algorithm in JavaScript

33
Comments 2
5 min read
A Perfect Algorithm!

A Perfect Algorithm!

38
Comments 5
1 min read
Ternary Search Tree: Core Methods (Java Implementation)

Ternary Search Tree: Core Methods (Java Implementation)

4
Comments
10 min read
What can be max const name in JavaScript?

What can be max const name in JavaScript?

6
Comments 2
1 min read
1332. Remove Palindromic Subsequences Leetcode Easy

1332. Remove Palindromic Subsequences Leetcode Easy

2
Comments
3 min read
Ternary Search Trees

Ternary Search Trees

8
Comments
7 min read
Depth-First Search (DFS) with Python

Depth-First Search (DFS) with Python

6
Comments
1 min read
Implementing Tries in Java

Implementing Tries in Java

22
Comments
9 min read
452. Minimum Number of Arrows to Burst Balloons, Leetcode Medium

452. Minimum Number of Arrows to Burst Balloons, Leetcode Medium

3
Comments 3
3 min read
How to implement a random exponential backoff algorithm in Javascript ★

How to implement a random exponential backoff algorithm in Javascript ★

11
Comments
2 min read
Learning Algorithms - Binary Search

Learning Algorithms - Binary Search

58
Comments 4
4 min read
Learning Heap Sort in Javascript

Learning Heap Sort in Javascript

9
Comments
2 min read
Learning Algorithms - Insertion Sort

Learning Algorithms - Insertion Sort

45
Comments 3
3 min read
Implementing an Insertion Sort Algorithm in JavaScript

Implementing an Insertion Sort Algorithm in JavaScript

51
Comments 4
5 min read
#011 DS&A - Sorting

#011 DS&A - Sorting

5
Comments
11 min read
Learning Algorithms  -  Merge Sort

Learning Algorithms  -  Merge Sort

20
Comments
4 min read
Let's get better in algorithms with Leetcode

Let's get better in algorithms with Leetcode

2
Comments
1 min read
Introdução aos fundamentos de programação

Introdução aos fundamentos de programação

5
Comments
7 min read
Sorting Algorithms in Javascript Part 2

Sorting Algorithms in Javascript Part 2

51
Comments 3
2 min read
Maximum Product of Three Numbers

Maximum Product of Three Numbers

2
Comments
1 min read
Algorithms - Sorting

Algorithms - Sorting

7
Comments
4 min read
SuperJSON - JSON on steroids

SuperJSON - JSON on steroids

6
Comments
4 min read
Understanding Dynamic Programming

Understanding Dynamic Programming

3
Comments
17 min read
Data Structures: QuadTree

Data Structures: QuadTree

8
Comments
6 min read
Understanding the Sliding Window Technique in Algorithms

Understanding the Sliding Window Technique in Algorithms

27
Comments 2
3 min read
Removing duplicate objects from an Array

Removing duplicate objects from an Array

7
Comments 2
2 min read
LeetCode: Serialize and Deserialize N-ary Tree

LeetCode: Serialize and Deserialize N-ary Tree

2
Comments
1 min read
Leetcode #234 - Palindrome Linked List

Leetcode #234 - Palindrome Linked List

9
Comments 1
2 min read
Binary Search Algorithm

Binary Search Algorithm

7
Comments 1
3 min read
Natural Search Algorithm

Natural Search Algorithm

6
Comments
2 min read
Trie Data structure with Design Patterns

Trie Data structure with Design Patterns

6
Comments
7 min read
First Dev Post: Yet Another Post About Interviewing for FAANG #100DaysOfCode

First Dev Post: Yet Another Post About Interviewing for FAANG #100DaysOfCode

6
Comments
4 min read
Sieve of Eratosthenes Algorithm to find Prime Number

Sieve of Eratosthenes Algorithm to find Prime Number

12
Comments
2 min read
Introduction to string edit distance and Levenshtein implementation in Golang

Introduction to string edit distance and Levenshtein implementation in Golang

6
Comments 1
7 min read
WORD COUNTER: A simple python script that counts a specific word in text file

WORD COUNTER: A simple python script that counts a specific word in text file

7
Comments 1
1 min read
Invert Binary Tree Python

Invert Binary Tree Python

5
Comments
1 min read
Leetcode - 3SUM (with JavaScript)

Leetcode - 3SUM (with JavaScript)

13
Comments 1
2 min read
Using Two-Pointer Technique to Optimize Algorithm Solutions

Using Two-Pointer Technique to Optimize Algorithm Solutions

22
Comments 4
3 min read
Leetcode: Best Time to Buy and Sell Stocks II Python Solution With Explanation

Leetcode: Best Time to Buy and Sell Stocks II Python Solution With Explanation

5
Comments
2 min read
How to draw flowChart(diagrams) in markdown using Mermaid!!

How to draw flowChart(diagrams) in markdown using Mermaid!!

8
Comments
1 min read
How to Represent a Graph in C#

How to Represent a Graph in C#

37
Comments 2
8 min read
Answer: Flatten nested object/array in javascript

Answer: Flatten nested object/array in javascript

4
Comments
1 min read
How to generate permutations in JavaScript?

How to generate permutations in JavaScript?

6
Comments
1 min read
Merge Sort Algorithm

Merge Sort Algorithm

5
Comments
2 min read
The Sample Programs Repos Are Ready for Hacktoberfest 2020

The Sample Programs Repos Are Ready for Hacktoberfest 2020

7
Comments 1
5 min read
Algo Problem: Two Sum with JavaScript and Ruby

Algo Problem: Two Sum with JavaScript and Ruby

3
Comments
3 min read
Merge Sort

Merge Sort

2
Comments 3
2 min read
Data Structures: Binary Search Trees with Go

Data Structures: Binary Search Trees with Go

4
Comments
7 min read
Implement 5 Sorting Algorithms using JavaScript.

Implement 5 Sorting Algorithms using JavaScript.

12
Comments
7 min read
loading...