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.
Recursion, why is helpful but not in JS, ;(

Recursion, why is helpful but not in JS, ;(

6
Comments
1 min read
Solution: Triangle

Solution: Triangle

24
Comments
4 min read
LeetCode 142. Linked List Cycle II (javascript solution)

LeetCode 142. Linked List Cycle II (javascript solution)

6
Comments
1 min read
DSA 101: Matrix

DSA 101: Matrix

11
Comments
4 min read
Solution: N-ary Tree Preorder Traversal

Solution: N-ary Tree Preorder Traversal

16
Comments
3 min read
Cpp Solution: N-ary Tree Preorder Traversal (leetcode 589)

Cpp Solution: N-ary Tree Preorder Traversal (leetcode 589)

5
Comments
2 min read
Why C++ is the best language to learn Algorithms and Data Structures?

Why C++ is the best language to learn Algorithms and Data Structures?

5
Comments 1
2 min read
Dynamic problems to improve your productivity

Dynamic problems to improve your productivity

3
Comments
5 min read
Simple trapping rainwater

Simple trapping rainwater

6
Comments
1 min read
Insertion sort

Insertion sort

6
Comments
1 min read
Algorithms

Algorithms

6
Comments 4
1 min read
Big O, when 1 + 1 = 1

Big O, when 1 + 1 = 1

8
Comments
20 min read
Solution: Combination Sum IV

Solution: Combination Sum IV

7
Comments 1
5 min read
Solution: Remove Nth Node From End of List

Solution: Remove Nth Node From End of List

20
Comments 8
4 min read
Duplicate Zeros - Optimal Solution in Ruby

Duplicate Zeros - Optimal Solution in Ruby

7
Comments 1
4 min read
Bubble sort

Bubble sort

47
Comments 2
1 min read
LeetCode 15. 3Sum (javascript solution)

LeetCode 15. 3Sum (javascript solution)

5
Comments
2 min read
Data structures and algorithms __Evaluating Program Efficiency and sorting

Data structures and algorithms __Evaluating Program Efficiency and sorting

5
Comments
6 min read
Negative Number to Positive Number without using abs() - asked in a interview

Negative Number to Positive Number without using abs() - asked in a interview

6
Comments 3
1 min read
LeetCode String to Integer (atoi)

LeetCode String to Integer (atoi)

7
Comments
3 min read
Recursion is Recursion

Recursion is Recursion

6
Comments
4 min read
Comprehensive Big O Notation Guide in Plain English, using Javascript

Comprehensive Big O Notation Guide in Plain English, using Javascript

1292
Comments 34
14 min read
Connecting The Dots: Front-end and Algorithms

Connecting The Dots: Front-end and Algorithms

30
Comments
2 min read
167. Two Sum II - Input array is sorted (javascript solution)

167. Two Sum II - Input array is sorted (javascript solution)

9
Comments
1 min read
Solution: Number of Submatrices That Sum to Target

Solution: Number of Submatrices That Sum to Target

12
Comments 1
4 min read
loading...