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.
Solving "Arguments Optional" / freeCodeCamp Algorithm Challenges

Solving "Arguments Optional" / freeCodeCamp Algorithm Challenges

7
Comments 3
3 min read
Linear vs Binary Search Algorithms

Linear vs Binary Search Algorithms

6
Comments
3 min read
Intro to Data Structures + Algo [Part 1]

Intro to Data Structures + Algo [Part 1]

67
Comments 3
4 min read
I learnt to shuffle an array and an important lesson.

I learnt to shuffle an array and an important lesson.

5
Comments
2 min read
10001st prime - Project Euler Soution

10001st prime - Project Euler Soution

24
Comments 7
1 min read
Complexity & Big0 notation

Complexity & Big0 notation

7
Comments
2 min read
Code Snippet Series: Get Unique Values from Array

Code Snippet Series: Get Unique Values from Array

5
Comments 4
1 min read
Solving "Binary Agents" / freeCodeCamp Algorithm Challenges

Solving "Binary Agents" / freeCodeCamp Algorithm Challenges

11
Comments 1
3 min read
Day 1/31: Detect Capital

Day 1/31: Detect Capital

5
Comments 1
3 min read
Leetcode: 520. Detect Capital

Leetcode: 520. Detect Capital

5
Comments
5 min read
Zobrist Hashing

Zobrist Hashing

3
Comments
5 min read
Code Snippet Series: Remove Junk from Array

Code Snippet Series: Remove Junk from Array

27
Comments 6
1 min read
ZigZag (Spiral) Level Order Traversal 🔥 | Amazon Interview Question

ZigZag (Spiral) Level Order Traversal 🔥 | Amazon Interview Question

12
Comments
2 min read
Sum square difference - Project Euler Solution

Sum square difference - Project Euler Solution

23
Comments
1 min read
Smallest multiple - Project Euler Solution

Smallest multiple - Project Euler Solution

13
Comments
1 min read
Largest palindrome product - Project Euler Solution

Largest palindrome product - Project Euler Solution

10
Comments
1 min read
Algorithms: Calculating Combination in Ruby

Algorithms: Calculating Combination in Ruby

12
Comments 2
3 min read
Solving Leetcode's #1 Problem

Solving Leetcode's #1 Problem

6
Comments
3 min read
Check for Armstrong Number

Check for Armstrong Number

15
Comments
1 min read
Two sum - Leet Code Solution

Two sum - Leet Code Solution

14
Comments
1 min read
Caesar's Cipher

Caesar's Cipher

10
Comments 2
2 min read
Solving "Steamroller" / freeCodeCamp Algorithm Challenges

Solving "Steamroller" / freeCodeCamp Algorithm Challenges

7
Comments
3 min read
Let's solve LeetCode - Is Subsequence

Let's solve LeetCode - Is Subsequence

5
Comments
2 min read
Solving "Drop it" / freeCodeCamp Algorithm Challenges

Solving "Drop it" / freeCodeCamp Algorithm Challenges

3
Comments
4 min read
HackerRank Algorithms Solutions using Python and C++(CPP)

HackerRank Algorithms Solutions using Python and C++(CPP)

17
Comments 1
5 min read
Solving "Smallest Common Multiple" / freeCodeCamp Algorithm Challenges

Solving "Smallest Common Multiple" / freeCodeCamp Algorithm Challenges

10
Comments
4 min read
Solving "Sum All Primes" / freeCodeCamp Algorithm Challenges

Solving "Sum All Primes" / freeCodeCamp Algorithm Challenges

7
Comments 1
4 min read
An Analogy for Big O Notation

An Analogy for Big O Notation

13
Comments
7 min read
Java: Arrays!

Java: Arrays!

13
Comments
2 min read
Let's solve LeetCode! Two Sum

Let's solve LeetCode! Two Sum

5
Comments
2 min read
Solving "Sum All Odd Fibonacci Numbers" / freeCodeCamp Algorithm Challenges

Solving "Sum All Odd Fibonacci Numbers" / freeCodeCamp Algorithm Challenges

9
Comments 3
5 min read
Implementing javascript task runner

Implementing javascript task runner

7
Comments 1
5 min read
Sliding Window Technique🔥

Sliding Window Technique🔥

91
Comments 3
4 min read
Array in C++ and Python - Data Structures and Algorithms

Array in C++ and Python - Data Structures and Algorithms

23
Comments
2 min read
Learning Binary Trees Part 1: Implementation

Learning Binary Trees Part 1: Implementation

5
Comments 1
2 min read
Optimal neural networks

Optimal neural networks

21
Comments
5 min read
Leetcode: 665. Non-decreasing Array

Leetcode: 665. Non-decreasing Array

6
Comments
5 min read
Solving "Convert HTML Entities" / freeCodeCamp Algorithm Challenges

Solving "Convert HTML Entities" / freeCodeCamp Algorithm Challenges

10
Comments 1
2 min read
LeetCode 1470. Shuffle the Array

LeetCode 1470. Shuffle the Array

11
Comments
1 min read
In-Place Algorithms; what are they, and why use them?

In-Place Algorithms; what are they, and why use them?

25
Comments 5
3 min read
Solving "Sorted Union" / freeCodeCamp Algorithm Challenges

Solving "Sorted Union" / freeCodeCamp Algorithm Challenges

7
Comments 2
4 min read
Array Left Rotation | HackerRank practice

Array Left Rotation | HackerRank practice

4
Comments
2 min read
Finding the Angle Between the Hands of a Clock

Finding the Angle Between the Hands of a Clock

24
Comments 1
5 min read
Some(number) of ways to calculate a Fibonacci Number in Rust

Some(number) of ways to calculate a Fibonacci Number in Rust

8
Comments 1
6 min read
Solving "Missing letters" / freeCodeCamp Algorithm Challenges

Solving "Missing letters" / freeCodeCamp Algorithm Challenges

12
Comments 3
4 min read
Algorithms in interviews: Hazing ritual or valuable vetting technique?

Algorithms in interviews: Hazing ritual or valuable vetting technique?

48
Comments 9
5 min read
How to read Haskell Documentation. Step by step guide.

How to read Haskell Documentation. Step by step guide.

6
Comments 3
7 min read
Solving "DNA Pairing" / freeCodeCamp Algorithm Challenges

Solving "DNA Pairing" / freeCodeCamp Algorithm Challenges

5
Comments
3 min read
Types of Optimization Algorithms and which one to use?

Types of Optimization Algorithms and which one to use?

3
Comments
1 min read
Visualizing Merge Sort

Visualizing Merge Sort

7
Comments
3 min read
Linked Lists

Linked Lists

2
Comments 1
2 min read
Your own property based testing framework - Part 4: Runners with shrink

Your own property based testing framework - Part 4: Runners with shrink

5
Comments
5 min read
Finding the Most Frequent Elements in an Array

Finding the Most Frequent Elements in an Array

12
Comments 1
4 min read
Solving "Search and Replace" / freeCodeCamp Algorithm Challenges

Solving "Search and Replace" / freeCodeCamp Algorithm Challenges

6
Comments
4 min read
Algorithm: Selection sort, how it works and implementation in python

Algorithm: Selection sort, how it works and implementation in python

9
Comments 1
3 min read
Solving "Pig Latin" / freeCodeCamp Algorithm Challenges

Solving "Pig Latin" / freeCodeCamp Algorithm Challenges

10
Comments 2
4 min read
Depth first traversal of Binary Trees in Javascript

Depth first traversal of Binary Trees in Javascript

42
Comments
3 min read
Creating advanced Minesweeper solver using logic programming

Creating advanced Minesweeper solver using logic programming

9
Comments 4
7 min read
The big STL Algorithms tutorial: modifying sequence operations - turn things around

The big STL Algorithms tutorial: modifying sequence operations - turn things around

6
Comments 3
3 min read
Five Ways to Solve the DNA Pairing Challenge in JavaScript

Five Ways to Solve the DNA Pairing Challenge in JavaScript

16
Comments 3
6 min read
loading...