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.
Solution: Longest Consecutive Sequence

Solution: Longest Consecutive Sequence

11
Comments
5 min read
Algorithms: Recursion

Algorithms: Recursion

11
Comments
1 min read
LeetCode 424. Longest Repeating Character Replacement (javascript solution)

LeetCode 424. Longest Repeating Character Replacement (javascript solution)

6
Comments
1 min read
Leetcode 11: Container With Most Water

Leetcode 11: Container With Most Water

5
Comments 1
3 min read
LeetCode 1470. Shuffle the Array (javascript solution)

LeetCode 1470. Shuffle the Array (javascript solution)

7
Comments
1 min read
Solution: Maximum Performance of a Team

Solution: Maximum Performance of a Team

17
Comments 2
4 min read
Largest sum of sub-arrays using Kadane's algorithm

Largest sum of sub-arrays using Kadane's algorithm

3
Comments
2 min read
Solution: Open the Lock

Solution: Open the Lock

14
Comments 10
5 min read
LeetCode 188. Best Time to Buy and Sell Stock IV (javascript solution)

LeetCode 188. Best Time to Buy and Sell Stock IV (javascript solution)

3
Comments
1 min read
Why we need creativity in software development

Why we need creativity in software development

8
Comments
3 min read
374. Guess Number Higher or Lower (javascript solution)

374. Guess Number Higher or Lower (javascript solution)

5
Comments
1 min read
How to Solve Any Algorithm

How to Solve Any Algorithm

859
Comments 24
5 min read
Big-O Notation from a Non-CS Perspective

Big-O Notation from a Non-CS Perspective

16
Comments 6
10 min read
Knapsack Algorithm

Knapsack Algorithm

9
Comments
3 min read
Solution: Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts

Solution: Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts

18
Comments
4 min read
Shunting Yard parser - Expression calculator

Shunting Yard parser - Expression calculator

11
Comments
4 min read
Big-O Notation from a Non-CS Perspective

Big-O Notation from a Non-CS Perspective

53
Comments 4
10 min read
Solution: Interleaving String

Solution: Interleaving String

7
Comments 4
4 min read
A lost boat, a radar and how to implement a binary search in Javascript

A lost boat, a radar and how to implement a binary search in Javascript

4
Comments
5 min read
Algorithm Approach: Bubble Sort

Algorithm Approach: Bubble Sort

2
Comments
3 min read
Solution: Max Area of Island

Solution: Max Area of Island

11
Comments
4 min read
Knapsack Variation

Knapsack Variation

16
Comments
2 min read
Visualizing Algorithm Runtimes in Python

Visualizing Algorithm Runtimes in Python

26
Comments 7
9 min read
LeetCode 146. LRU Cache (javascript solution)

LeetCode 146. LRU Cache (javascript solution)

7
Comments
1 min read
Solution: Search Suggestions System

Solution: Search Suggestions System

28
Comments 1
4 min read
loading...