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.
Iterators: The link between Data Structures and Algorithms

Iterators: The link between Data Structures and Algorithms

10
Comments
5 min read
LeetCode 417. Pacific Atlantic Water Flow (javascrpt solution)

LeetCode 417. Pacific Atlantic Water Flow (javascrpt solution)

3
Comments
2 min read
The Palindrome Algorithm: Working Through A Mock Technical Interview

The Palindrome Algorithm: Working Through A Mock Technical Interview

3
Comments 2
3 min read
Preface: Data Structures

Preface: Data Structures

6
Comments
3 min read
Huffman - Coder Algorithm

Huffman - Coder Algorithm

3
Comments
2 min read
Tree traversal techniques in JavaScript

Tree traversal techniques in JavaScript

24
Comments 2
5 min read
A Beginner's Guide to Falling in Love with Algorithms - Part 1: Introduction

A Beginner's Guide to Falling in Love with Algorithms - Part 1: Introduction

19
Comments
9 min read
Leetcode 522 - Longest Uncommon Subsequence II

Leetcode 522 - Longest Uncommon Subsequence II

4
Comments
3 min read
Starting with search algorithms

Starting with search algorithms

11
Comments
3 min read
Fetch random items that are *likely* popular

Fetch random items that are *likely* popular

3
Comments
7 min read
Find All Numbers Disappeared in an Array - Go solutions

Find All Numbers Disappeared in an Array - Go solutions

2
Comments
2 min read
LeetCode explained: July Challenge 2021, week 4 - Partition Array into Disjoint Sets (medium)

LeetCode explained: July Challenge 2021, week 4 - Partition Array into Disjoint Sets (medium)

2
Comments
3 min read
COMPUTATIONAL THINKING

COMPUTATIONAL THINKING

5
Comments
3 min read
LeetCode Explained: 50. Pow(x, n) - Logarithmic Exponentiation (medium)

LeetCode Explained: 50. Pow(x, n) - Logarithmic Exponentiation (medium)

3
Comments
2 min read
LeetCode 133. Clone Graph (javascript solution)

LeetCode 133. Clone Graph (javascript solution)

4
Comments 1
1 min read
Ultimate guide to sorting in Javascript and Typescript

Ultimate guide to sorting in Javascript and Typescript

139
Comments 4
9 min read
LinearSearch-VS-BinarySearch

LinearSearch-VS-BinarySearch

4
Comments
3 min read
Leetcode 5 - Longest Palindromic Substring

Leetcode 5 - Longest Palindromic Substring

3
Comments 1
1 min read
Staying in Tune: A guide to optimizing hyperparameters

Staying in Tune: A guide to optimizing hyperparameters

9
Comments
10 min read
Binary Search Tree Traversals (Inorder, Preorder, and Postorder)

Binary Search Tree Traversals (Inorder, Preorder, and Postorder)

4
Comments
3 min read
Conway’s Game of Life in JavaScript

Conway’s Game of Life in JavaScript

5
Comments
9 min read
Quick Sort

Quick Sort

7
Comments 2
2 min read
Linear Search Algorithm | JavaScript

Linear Search Algorithm | JavaScript

9
Comments 1
2 min read
Generate all kinds of permutations and combinations using backtracking/recursion

Generate all kinds of permutations and combinations using backtracking/recursion

8
Comments
3 min read
Why data structure algorithms are important to learn ?

Why data structure algorithms are important to learn ?

4
Comments
2 min read
What are Algorithm's?

What are Algorithm's?

5
Comments
5 min read
Algorithm Machine Learning — Machine Learning

Algorithm Machine Learning — Machine Learning

8
Comments
1 min read
Leetcode: Maximum Subarray

Leetcode: Maximum Subarray

3
Comments 1
3 min read
Big O, code efficiency analysis

Big O, code efficiency analysis

162
Comments 8
12 min read
React Design Patterns: Generating User-configured UI Using The Visitor Pattern

React Design Patterns: Generating User-configured UI Using The Visitor Pattern

6
Comments
7 min read
Recursion - Data Structures and Algorithms

Recursion - Data Structures and Algorithms

6
Comments
2 min read
Understanding Backtracking/Recursion

Understanding Backtracking/Recursion

5
Comments
12 min read
Base64 Explained

Base64 Explained

17
Comments 3
3 min read
Leetcode: Longest Arithmetic Subsequence

Leetcode: Longest Arithmetic Subsequence

6
Comments
4 min read
Implementing Stack in javascript

Implementing Stack in javascript

6
Comments 1
1 min read
The Sieve of Eratosthenes

The Sieve of Eratosthenes

5
Comments 4
7 min read
11 Websites To Practice You Coding And Your Problem Solving Skills

11 Websites To Practice You Coding And Your Problem Solving Skills

67
Comments
1 min read
Leetcode 282: Expression Add Operators

Leetcode 282: Expression Add Operators

2
Comments
2 min read
Leetcode 130 : Surrounded Regions

Leetcode 130 : Surrounded Regions

9
Comments 1
4 min read
Merge Sort

Merge Sort

3
Comments
2 min read
Finding Shortest Paths in a Graph - Dijkstra's Algorithm

Finding Shortest Paths in a Graph - Dijkstra's Algorithm

2
Comments
2 min read
Situationships are like Data Structures

Situationships are like Data Structures

6
Comments
3 min read
Creating a Python-like list in C

Creating a Python-like list in C

8
Comments
6 min read
How To Increase The Size Of An Array In C ?

How To Increase The Size Of An Array In C ?

8
Comments 2
3 min read
String & Array Methods I recently learned!

String & Array Methods I recently learned!

6
Comments
2 min read
DSA and Languages

DSA and Languages

4
Comments 2
1 min read
Implementation of Linked List in JavaScript and solution to Leetcode interview Question

Implementation of Linked List in JavaScript and solution to Leetcode interview Question

9
Comments 2
5 min read
5 project ideas to get you started with Machine Learning

5 project ideas to get you started with Machine Learning

28
Comments
4 min read
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

6
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
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
The big STL Algorithms tutorial: heap operations

The big STL Algorithms tutorial: heap operations

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

Merge Sort in JavaScript | Explained Thoroughly

4
Comments
6 min read
loading...