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.
Finding the Intersection of Two Arrays

Finding the Intersection of Two Arrays

8
Comments 1
3 min read
Sorting Algorithms

Sorting Algorithms

6
Comments
5 min read
Printing Staircase in JavaScript

Printing Staircase in JavaScript

15
Comments 4
2 min read
Flood Fill Algorithm

Flood Fill Algorithm

6
Comments
2 min read
Sorting Characters in a String By Their Frequency

Sorting Characters in a String By Their Frequency

14
Comments 2
3 min read
Runtime Analysis: Big O Notation

Runtime Analysis: Big O Notation

11
Comments 1
3 min read
Solving "Finders Keepers" / freeCodeCamp Algorithm Challenges

Solving "Finders Keepers" / freeCodeCamp Algorithm Challenges

6
Comments 1
3 min read
The Boyer-Moore Majority Vote Algorithm: Finding the Majority Element in an Array

The Boyer-Moore Majority Vote Algorithm: Finding the Majority Element in an Array

22
Comments 2
5 min read
Minumum Number Of Jumps [Python]

Minumum Number Of Jumps [Python]

4
Comments
2 min read
Algorithms Problem Solving: Jewels and Stones

Algorithms Problem Solving: Jewels and Stones

22
Comments 6
3 min read
Finding the Kth Smallest Element: Walking Through How To Use Depth First Search on a Binary Search Tree

Finding the Kth Smallest Element: Walking Through How To Use Depth First Search on a Binary Search Tree

11
Comments
6 min read
Palindrome Program in Java for Reversing String

Palindrome Program in Java for Reversing String

3
Comments
1 min read
Top Data Structures and Algorithms every developer must know

Top Data Structures and Algorithms every developer must know

411
Comments 4
18 min read
LeetCode: Online Stock Span

LeetCode: Online Stock Span

6
Comments
2 min read
LeetCode: Permutation in String

LeetCode: Permutation in String

8
Comments
2 min read
LeetCode: Odd Even Linked List

LeetCode: Odd Even Linked List

5
Comments
2 min read
The Stock Span Problem: Using Stacks To Keep Track Of What's Been Seen

The Stock Span Problem: Using Stacks To Keep Track Of What's Been Seen

10
Comments 1
5 min read
LeetCode: Find All Anagrams in a String

LeetCode: Find All Anagrams in a String

6
Comments
2 min read
LeetCode: Maximum Sum Circular Subarray

LeetCode: Maximum Sum Circular Subarray

7
Comments
5 min read
Backspace String Comparisons: Two Ways To Approach a Common Algorithm

Backspace String Comparisons: Two Ways To Approach a Common Algorithm

12
Comments 6
7 min read
Solving "Repeat a String Repeat a String" / FreeCodeCamp Algorithm Challenges

Solving "Repeat a String Repeat a String" / FreeCodeCamp Algorithm Challenges

6
Comments 1
2 min read
Finding the Middle of a Linked List

Finding the Middle of a Linked List

35
Comments 2
3 min read
Merge Sort Algorithm - Algorithm Design and Analysis 05:00

Merge Sort Algorithm - Algorithm Design and Analysis

59
Comments
1 min read
Uppercase the first letter of a string in JavaScript

Uppercase the first letter of a string in JavaScript

5
Comments
3 min read
Learning Tarjan's Algorithm - solving Leetcode to learn graph theory

Learning Tarjan's Algorithm - solving Leetcode to learn graph theory

6
Comments
6 min read
loading...