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.
Easy as a pie Big O notation. Part 2: Space.

Easy as a pie Big O notation. Part 2: Space.

10
Comments
2 min read
Solving the Ransom Note Algorithm in Javascript

Solving the Ransom Note Algorithm in Javascript

6
Comments
12 min read
Deserializable serialization of Anything, other than YAML. Also, how-to-hash.

Deserializable serialization of Anything, other than YAML. Also, how-to-hash.

8
Comments
5 min read
Prime Numbers: Fast and Slow - part 1

Prime Numbers: Fast and Slow - part 1

9
Comments
3 min read
Two Ways To Check For Anagrams in JavaScript

Two Ways To Check For Anagrams in JavaScript

13
Comments 1
5 min read
Intersection Of Two Linked Lists

Intersection Of Two Linked Lists

12
Comments
3 min read
Topological Sorting of Directed Acyclic Graphs (DAGs)

Topological Sorting of Directed Acyclic Graphs (DAGs)

12
Comments
3 min read
Understanding and tuning fuzzy queries in ElasticSearch by example

Understanding and tuning fuzzy queries in ElasticSearch by example

17
Comments 2
3 min read
Question: How was the assumption made?

Question: How was the assumption made?

4
Comments
1 min read
Finding Shortest Paths In Graphs (using Dijkstra's & BFS)

Finding Shortest Paths In Graphs (using Dijkstra's & BFS)

36
Comments 1
6 min read
Improve Your Algorithms with this Simple Equation

Improve Your Algorithms with this Simple Equation

357
Comments 26
5 min read
Java Luhn algorithm Card Number Generator

Java Luhn algorithm Card Number Generator

9
Comments 3
2 min read
Data Structures in Python

Data Structures in Python

38
Comments 9
3 min read
Prime numbers

Prime numbers

22
Comments 6
4 min read
What is O(💕)? Learn Big O Quadratic Time Complexity

What is O(💕)? Learn Big O Quadratic Time Complexity

65
Comments
8 min read
Rhea's Galaxy Map

Rhea's Galaxy Map

8
Comments
6 min read
Algorithmic problems in technical interviews

Algorithmic problems in technical interviews

6
Comments 4
1 min read
Find All Permutations of a String in Javascript

Find All Permutations of a String in Javascript

9
Comments
10 min read
Levenshtein Distance (Part 2: Gotta Go Fast)

Levenshtein Distance (Part 2: Gotta Go Fast)

16
Comments 2
8 min read
Reverse an Integer--the Right Way

Reverse an Integer--the Right Way

17
Comments 1
3 min read
Should I focus on Data Structures and Algorithms or Programming Languages?

Should I focus on Data Structures and Algorithms or Programming Languages?

10
Comments
2 min read
How to determine whether a given string can be rearranged into a palindrome?

How to determine whether a given string can be rearranged into a palindrome?

5
Comments 1
2 min read
Sort Array by Parity

Sort Array by Parity

6
Comments 1
3 min read
Detecting Graph Cycles With Depth-First Search

Detecting Graph Cycles With Depth-First Search

20
Comments
3 min read
Levenshtein Distance (Part 1: What is it?)

Levenshtein Distance (Part 1: What is it?)

61
Comments 3
4 min read
loading...