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.
How to Compare Arrays in JavaScript Efficiently

How to Compare Arrays in JavaScript Efficiently

139
Comments 9
5 min read
A quick Big O recap for devs

A quick Big O recap for devs

7
Comments 1
2 min read
How does pick work in typescript ⛏️

How does pick work in typescript ⛏️

7
Comments 5
2 min read
LeetCode 91. Decode Ways (javascript solution)

LeetCode 91. Decode Ways (javascript solution)

6
Comments 1
1 min read
Leetcode: Two Sum

Leetcode: Two Sum

3
Comments
2 min read
Bitsets, Bit Manipulations and Bitmasks Problems

Bitsets, Bit Manipulations and Bitmasks Problems

6
Comments
11 min read
Best way to learn DSA with Codechef.

Best way to learn DSA with Codechef.

11
Comments
2 min read
Starting with sorting algorithms

Starting with sorting algorithms

7
Comments
2 min read
The big STL Algorithms tutorial: heap operations

The big STL Algorithms tutorial: heap operations

9
Comments 7
7 min read
Solving The Move Zeroes Challenge in Python, three approaches

Solving The Move Zeroes Challenge in Python, three approaches

7
Comments 2
2 min read
Time and Space, but not relativity :-)

Time and Space, but not relativity :-)

9
Comments
4 min read
Merge Sort in JavaScript | Explained Thoroughly

Merge Sort in JavaScript | Explained Thoroughly

4
Comments
6 min read
Arrays, hash tables, linked lists, queues, stacks, & trees (My repl.it playground while studying for FAANG)

Arrays, hash tables, linked lists, queues, stacks, & trees (My repl.it playground while studying for FAANG)

63
Comments 1
2 min read
Myth: DSA is Required Only To Crack Interviews #Busted | Netlist Generation Using DFS

Myth: DSA is Required Only To Crack Interviews #Busted | Netlist Generation Using DFS

42
Comments 7
4 min read
Why we need Data Structures and Algorithms 🤔

Why we need Data Structures and Algorithms 🤔

3
Comments
2 min read
Important Algorithm Concepts | Algorithm Stability, In-place Algorithms, and Comparison Algorithms

Important Algorithm Concepts | Algorithm Stability, In-place Algorithms, and Comparison Algorithms

19
Comments
3 min read
Binary Search - JavaScript | Plus Big O Performance Explained Simply

Binary Search - JavaScript | Plus Big O Performance Explained Simply

8
Comments
5 min read
JavaScript ES6 keyed collections

JavaScript ES6 keyed collections

10
Comments
4 min read
Leetcode: Next Permutation

Leetcode: Next Permutation

8
Comments
3 min read
OverThink: The Number of Zeros at the End of a Factorial.

OverThink: The Number of Zeros at the End of a Factorial.

9
Comments
11 min read
Read and Sort Data Generically - Generics in Java

Read and Sort Data Generically - Generics in Java

6
Comments
4 min read
Optimizing Conditional Bulk Insert in Node.js + PostgreSQL

Optimizing Conditional Bulk Insert in Node.js + PostgreSQL

14
Comments 2
8 min read
What is Backtracking?

What is Backtracking?

16
Comments 1
4 min read
Why we learn algorithms!?

Why we learn algorithms!?

4
Comments 3
3 min read
Valid Mountain Array — Solution and Approch in Java

Valid Mountain Array — Solution and Approch in Java

4
Comments 1
2 min read
loading...