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.
[KubeOps Academy] Palindrome with Rust ทำยังไงนะ!?

[KubeOps Academy] Palindrome with Rust ทำยังไงนะ!?

6
Comments
1 min read
Leetcode diary: 22. Generate Parentheses [DFS]

Leetcode diary: 22. Generate Parentheses [DFS]

6
Comments
2 min read
Red is a beautiful color

Red is a beautiful color

3
Comments 1
1 min read
PicoLisp Explored: The enum function

PicoLisp Explored: The enum function

5
Comments
4 min read
LeetCode - Spiral Matrix

LeetCode - Spiral Matrix

6
Comments 1
4 min read
How To: Build a Linked List in JavaScript Part 2

How To: Build a Linked List in JavaScript Part 2

9
Comments 4
4 min read
Grokking Algorithms in JavaScript - Part 3

Grokking Algorithms in JavaScript - Part 3

7
Comments
8 min read
Everything you need to know about Big O notation for your next technical interview

Everything you need to know about Big O notation for your next technical interview

8
Comments
4 min read
Trench Map

Trench Map

6
Comments
5 min read
Leetcode diary: 526. Beautiful Arrangement [Backtracking]

Leetcode diary: 526. Beautiful Arrangement [Backtracking]

6
Comments
4 min read
Bubble sort explained to a 6-year-old kid

Bubble sort explained to a 6-year-old kid

7
Comments
6 min read
LeetCode - Merge Intervals

LeetCode - Merge Intervals

4
Comments
3 min read
Leetcode diary: 931. Minimum Falling Path Sum [DP]

Leetcode diary: 931. Minimum Falling Path Sum [DP]

6
Comments
4 min read
Reverse Linked List | Leetcode Problem

Reverse Linked List | Leetcode Problem

6
Comments
1 min read
Rock 'n' Roll Problems

Rock 'n' Roll Problems

5
Comments
2 min read
Grokking Algorithms in JavaScript - Part 1

Grokking Algorithms in JavaScript - Part 1

10
Comments
7 min read
Enigma - The Complexity of the Machine

Enigma - The Complexity of the Machine

4
Comments
4 min read
LeetCode #136: Single Number

LeetCode #136: Single Number

6
Comments 2
2 min read
New Year, New Language

New Year, New Language

2
Comments 2
2 min read
Leetcode diary: 241. Different Ways to Add Parentheses

Leetcode diary: 241. Different Ways to Add Parentheses

6
Comments
2 min read
Leetcode diary: 1884. Egg Drop With 2 Eggs and N Floors

Leetcode diary: 1884. Egg Drop With 2 Eggs and N Floors

6
Comments
2 min read
Using The FizzBuzz Problem to Explain the Goals of Algorithms

Using The FizzBuzz Problem to Explain the Goals of Algorithms

5
Comments 2
4 min read
Dirac Dice

Dirac Dice

6
Comments
4 min read
Leetcode diary: 1387. Sort Integers by The Power Value [DP]

Leetcode diary: 1387. Sort Integers by The Power Value [DP]

4
Comments
1 min read
Leetcode 163. Missing Ranges (javascript solution)

Leetcode 163. Missing Ranges (javascript solution)

6
Comments
1 min read
Sync and Async for dummies or cooking chefs

Sync and Async for dummies or cooking chefs

6
Comments
2 min read
Leetcode diary: 1525. Number of Good Ways to Split a String

Leetcode diary: 1525. Number of Good Ways to Split a String

4
Comments
1 min read
Reverse Stack using Javascript

Reverse Stack using Javascript

8
Comments
3 min read
Leetcode diary: 1641. Count Sorted Vowel Strings [DP problem]

Leetcode diary: 1641. Count Sorted Vowel Strings [DP problem]

5
Comments
3 min read
Self-built Tic-tac-toe AIs vs Human - The ultimate showdown in five rounds, from dumbed down to highly sophisticated 🥊🏆

Self-built Tic-tac-toe AIs vs Human - The ultimate showdown in five rounds, from dumbed down to highly sophisticated 🥊🏆

21
Comments
14 min read
Basic Approach To Algorithm and Data Structure

Basic Approach To Algorithm and Data Structure

4
Comments 2
4 min read
Reactor Reboot

Reactor Reboot

4
Comments
4 min read
Sorting Algorithms - #2 Bubble Sort

Sorting Algorithms - #2 Bubble Sort

7
Comments
2 min read
Leetcode diary: dynamic programming beginners

Leetcode diary: dynamic programming beginners

6
Comments
3 min read
Sorting Algorithms - #1 Selection Sort

Sorting Algorithms - #1 Selection Sort

8
Comments
2 min read
Bubble Sort - Typescript

Bubble Sort - Typescript

7
Comments 2
1 min read
Data Structure: Binary Tree

Data Structure: Binary Tree

2
Comments
2 min read
Recursion in JavaScript

Recursion in JavaScript

5
Comments
2 min read
The big STL Algorithms tutorial: more numeric algorithms

The big STL Algorithms tutorial: more numeric algorithms

5
Comments 3
5 min read
Program to Implement Insertion Sort in Data Structure

Program to Implement Insertion Sort in Data Structure

8
Comments
5 min read
Leetcode diary: 890. Find and Replace Pattern

Leetcode diary: 890. Find and Replace Pattern

6
Comments
1 min read
Leetcode diary: 1261. Find Elements in a Contaminated Binary Tree

Leetcode diary: 1261. Find Elements in a Contaminated Binary Tree

6
Comments
1 min read
Leetcode diary: 1079 - Letter Tile Possibilities

Leetcode diary: 1079 - Letter Tile Possibilities

6
Comments
3 min read
Leetcode diary: 950. Reveal Cards In Increasing Order

Leetcode diary: 950. Reveal Cards In Increasing Order

6
Comments
2 min read
Statik ve Dinamik Programlama Dillerinin Farkları

Statik ve Dinamik Programlama Dillerinin Farkları

2
Comments
1 min read
Leetcode diary: 1561 - Maximum Number of Coins You Can Get

Leetcode diary: 1561 - Maximum Number of Coins You Can Get

6
Comments
2 min read
Leetcode diary: 1630 - Arithmetic Subarrays

Leetcode diary: 1630 - Arithmetic Subarrays

6
Comments
3 min read
How To: Build a Linked List in JavaScript

How To: Build a Linked List in JavaScript

18
Comments 5
4 min read
Dutch National Flag Algorithm (or) 3 Way Array Partitions[Leetcode Sort Colors]

Dutch National Flag Algorithm (or) 3 Way Array Partitions[Leetcode Sort Colors]

6
Comments
2 min read
The Two Pointer Technique

The Two Pointer Technique

6
Comments
3 min read
Building a Mobile Document Scanner with Zero Dependencies: The Hough Transform

Building a Mobile Document Scanner with Zero Dependencies: The Hough Transform

5
Comments 1
11 min read
Longest Word Algorithm

Longest Word Algorithm

5
Comments
1 min read
Javascript Hoisting

Javascript Hoisting

7
Comments
2 min read
Binary Search explained in PHP

Binary Search explained in PHP

5
Comments
2 min read
Binary Search Algorithm

Binary Search Algorithm

6
Comments
2 min read
Caesar's Cipher (FreeCode Camp Solution)

Caesar's Cipher (FreeCode Camp Solution)

8
Comments 5
2 min read
Stacks

Stacks

2
Comments
1 min read
Implement Depth-First Search in a Binary Search Tree with JavaScript

Implement Depth-First Search in a Binary Search Tree with JavaScript

12
Comments 1
15 min read
The Fibonacci Sequence

The Fibonacci Sequence

6
Comments
6 min read
Move first index value to the last index while maintaining original order on an array.

Move first index value to the last index while maintaining original order on an array.

2
Comments
2 min read
loading...