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.
What is Bubble Sort?

What is Bubble Sort?

6
Comments
4 min read
Creating a Sudoku Solver and Generator with Python

Creating a Sudoku Solver and Generator with Python

5
Comments
1 min read
Data Structures and Algorithms walk through part 1(linear and binary algorithm)

Data Structures and Algorithms walk through part 1(linear and binary algorithm)

6
Comments
7 min read
841. Keys and Rooms (javascript solution)

841. Keys and Rooms (javascript solution)

6
Comments
1 min read
Solution: Palindrome Linked List

Solution: Palindrome Linked List

26
Comments 3
4 min read
Efficient Solution To Sock Matching Problem

Efficient Solution To Sock Matching Problem

6
Comments
3 min read
Why is Graph Theory so amazing? - part 2, depth first search & topological sorting

Why is Graph Theory so amazing? - part 2, depth first search & topological sorting

5
Comments 1
5 min read
Implement the bubble sort algorithm using TypeScript

Implement the bubble sort algorithm using TypeScript

15
Comments 2
2 min read
1721. Swapping Nodes in a Linked List (javascript solution)

1721. Swapping Nodes in a Linked List (javascript solution)

6
Comments
1 min read
Solution: Stamping The Sequence

Solution: Stamping The Sequence

9
Comments
5 min read
Implementing SHA2 (256/512) algorithm with Rust const generics

Implementing SHA2 (256/512) algorithm with Rust const generics

15
Comments
4 min read
LeetCode 289. Game of Life (javascript solution)

LeetCode 289. Game of Life (javascript solution)

4
Comments 1
2 min read
Sorting Algorithms: Bubble Sort

Sorting Algorithms: Bubble Sort

7
Comments 2
3 min read
Solution: Palindromic Substrings

Solution: Palindromic Substrings

10
Comments
3 min read
Solution: Flip Binary Tree To Match Preorder Traversal

Solution: Flip Binary Tree To Match Preorder Traversal

7
Comments
4 min read
LeetCode 409. Longest Palindrome (javascript solution)

LeetCode 409. Longest Palindrome (javascript solution)

7
Comments 1
1 min read
Solution: Word Subsets

Solution: Word Subsets

12
Comments 4
5 min read
Solution: Reconstruct Original Digits from English

Solution: Reconstruct Original Digits from English

9
Comments
4 min read
Data Structures: Queues

Data Structures: Queues

7
Comments
7 min read
Why is Graph Theory so amazing? - part 1

Why is Graph Theory so amazing? - part 1

22
Comments
4 min read
Appointment Booking with Facebook Messenger Chat Bots and NodeJS

Appointment Booking with Facebook Messenger Chat Bots and NodeJS

39
Comments 1
3 min read
Sum of N Fibonacci Numbers

Sum of N Fibonacci Numbers

7
Comments 1
3 min read
Solving the Game Show Problem with Python

Solving the Game Show Problem with Python

6
Comments
8 min read
Understanding The O(2^n) Time Complexity

Understanding The O(2^n) Time Complexity

6
Comments
5 min read
Some simple tips for Combination Sum -Backtracking

Some simple tips for Combination Sum -Backtracking

5
Comments
2 min read
loading...