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.
Stacks in Java

Stacks in Java

8
Comments
2 min read
Two Pointer Technique

Two Pointer Technique

10
Comments
1 min read
0/1 Knapsack Problem GeeksForGeeks both bounded and Unbounded

0/1 Knapsack Problem GeeksForGeeks both bounded and Unbounded

Comments
3 min read
Linked List Cycle

Linked List Cycle

1
Comments
1 min read
How to Solve the Staircase Problem with 5 Lines of JavaScript

How to Solve the Staircase Problem with 5 Lines of JavaScript

11
Comments 4
3 min read
#4.Basic algorithms problems for frontend developers.

#4.Basic algorithms problems for frontend developers.

14
Comments 8
1 min read
Golang - Trabalhando com Canais, um passo além do básico.

Golang - Trabalhando com Canais, um passo além do básico.

9
Comments 3
4 min read
Group Anagrams

Group Anagrams

1
Comments
2 min read
Why new developers should read 5000 lines of code a week

Why new developers should read 5000 lines of code a week

29
Comments
2 min read
Compression of similar images and cloud storage.

Compression of similar images and cloud storage.

7
Comments 2
2 min read
Valid Parentheses

Valid Parentheses

4
Comments
2 min read
How to build your own google search

How to build your own google search

9
Comments
6 min read
Deep dive into Data Structures & Algorithms.

Deep dive into Data Structures & Algorithms.

4
Comments
2 min read
Length of Longest Common Subsequence (LCS) and Longest common subsequence string leetcode

Length of Longest Common Subsequence (LCS) and Longest common subsequence string leetcode

7
Comments
2 min read
Roman to Integer

Roman to Integer

4
Comments
2 min read
LeetCode - Search in Rotated Sorted Array II

LeetCode - Search in Rotated Sorted Array II

5
Comments
4 min read
Left Veiw of Binary Tree

Left Veiw of Binary Tree

7
Comments
1 min read
Kadane's Algorithm

Kadane's Algorithm

5
Comments
1 min read
Find Weather Path Exists GeeksForGeeks

Find Weather Path Exists GeeksForGeeks

6
Comments
2 min read
Big O: Series Finale

Big O: Series Finale

5
Comments
4 min read
Count Palindrome Sub-Strings of a String GeeksForGeeks

Count Palindrome Sub-Strings of a String GeeksForGeeks

3
Comments
1 min read
Maximum Sum Problem GeeksForGeeks

Maximum Sum Problem GeeksForGeeks

3
Comments
2 min read
Deep Dive into Data structures using Javascript - Deque (Double ended Queue)

Deep Dive into Data structures using Javascript - Deque (Double ended Queue)

14
Comments
8 min read
Algorithm - How to derive Minimum Swap between 'a' or 'b' to break 3 consecutives same characters

Algorithm - How to derive Minimum Swap between 'a' or 'b' to break 3 consecutives same characters

4
Comments
1 min read
Algorithm - Find Largest Upper Case Character when a same character in lower Case & Upper Case occurs in a string

Algorithm - Find Largest Upper Case Character when a same character in lower Case & Upper Case occurs in a string

7
Comments 1
1 min read
A foray into SVM w/ Scikit-Learn

A foray into SVM w/ Scikit-Learn

7
Comments 1
3 min read
How discord manage 300M socket connection

How discord manage 300M socket connection

13
Comments
2 min read
Add Two Numbers II | Leetcode Problem Solution With Explanation

Add Two Numbers II | Leetcode Problem Solution With Explanation

3
Comments
2 min read
Directed Graphs, Strongly Connected Components, and Kosaraju's Algorithm

Directed Graphs, Strongly Connected Components, and Kosaraju's Algorithm

5
Comments 1
3 min read
Time And Space Complexity

Time And Space Complexity

13
Comments
2 min read
Leetcode Challenge #1

Leetcode Challenge #1

5
Comments
2 min read
My Leetcode Challenge

My Leetcode Challenge

7
Comments
1 min read
Palindrome Number

Palindrome Number

3
Comments
1 min read
Using Recursion like a Pro - 1

Using Recursion like a Pro - 1

1
Comments
1 min read
Flood Fill (Recursion)

Flood Fill (Recursion)

1
Comments
4 min read
DFS/BFS with JS

DFS/BFS with JS

1
Comments
3 min read
Two Sum

Two Sum

Comments
2 min read
Chronal Calibration

Chronal Calibration

2
Comments
2 min read
Inventory Management System

Inventory Management System

2
Comments 1
4 min read
Binary Search in minutes

Binary Search in minutes

3
Comments
2 min read
Partition Equals Subset Sum Leetcode problem or Subset sum equals to target

Partition Equals Subset Sum Leetcode problem or Subset sum equals to target

3
Comments
4 min read
Implement Binary Search Using JavaScript

Implement Binary Search Using JavaScript

6
Comments
1 min read
No Matter How You Slice It

No Matter How You Slice It

1
Comments
4 min read
Shortest C# program to display IP addresses in a range.

Shortest C# program to display IP addresses in a range.

9
Comments
1 min read
Repose Record

Repose Record

3
Comments
7 min read
Circular sorting algorithm

Circular sorting algorithm

Comments
1 min read
[Algorithms] 5 - Unique Paths I

[Algorithms] 5 - Unique Paths I

Comments
3 min read
O(log n): Logging time

O(log n): Logging time

Comments
4 min read
Data Structure and Algorithms 102: Deep Dive into Data Structure and Algorithms

Data Structure and Algorithms 102: Deep Dive into Data Structure and Algorithms

61
Comments 2
3 min read
hackerrank algorithms solution

hackerrank algorithms solution

9
Comments
1 min read
Compare Anything in JavaScript with Just A Function

Compare Anything in JavaScript with Just A Function

44
Comments
7 min read
Memoization

Memoization

16
Comments
2 min read
Polkadot Consensus Part 1: BABE Algorithm Analysis

Polkadot Consensus Part 1: BABE Algorithm Analysis

6
Comments
4 min read
Container With Most Water

Container With Most Water

6
Comments
1 min read
Time Complexity - The Easiest Way

Time Complexity - The Easiest Way

7
Comments
4 min read
Leetcode: Best Time to Buy and Sell Stock II in JavaScript

Leetcode: Best Time to Buy and Sell Stock II in JavaScript

12
Comments 4
1 min read
Alchemical Reduction

Alchemical Reduction

5
Comments
4 min read
JavaScript: What the **** is Recursion?

JavaScript: What the **** is Recursion?

10
Comments 11
3 min read
Two Sum II - Input Array Is Sorted

Two Sum II - Input Array Is Sorted

7
Comments
1 min read
Deeply Compare 2 Objects with Recursive Function in JavaScript

Deeply Compare 2 Objects with Recursive Function in JavaScript

30
Comments 4
6 min read
loading...