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.
Depth-First Search of a Binary Tree

Depth-First Search of a Binary Tree

7
Comments
4 min read
7 of the most important LeetCode patterns for coding interviews

7 of the most important LeetCode patterns for coding interviews

14
Comments
13 min read
Rock Paper Scissors

Rock Paper Scissors

5
Comments
3 min read
Advent of Code Metaprogramming: 2022, Day 1

Advent of Code Metaprogramming: 2022, Day 1

5
Comments
9 min read
Autocomplete Algorithms

Autocomplete Algorithms

9
Comments 1
22 min read
Willans' Formula

Willans' Formula

7
Comments
4 min read
Calorie Counting

Calorie Counting

5
Comments
3 min read
Advent Of Code 2022 in PHP

Advent Of Code 2022 in PHP

5
Comments
1 min read
Euclid-Mullin Sequence and Primes

Euclid-Mullin Sequence and Primes

5
Comments
3 min read
Finding all children of a node in a tree

Finding all children of a node in a tree

4
Comments
2 min read
1000X faster two sum leetcode solution

1000X faster two sum leetcode solution

36
Comments
9 min read
Ruby Code Challenge: Sum of all primes within an array

Ruby Code Challenge: Sum of all primes within an array

4
Comments 1
2 min read
Efficient string building in JavaScript

Efficient string building in JavaScript

6
Comments
6 min read
Data Structures and Algorithms - Part II

Data Structures and Algorithms - Part II

5
Comments
3 min read
GTK calculator on Rust

GTK calculator on Rust

8
Comments 5
1 min read
Big O Notation in JavaScript

Big O Notation in JavaScript

20
Comments 1
4 min read
The Last Data Structure and Algorithm Summary You'll Need

The Last Data Structure and Algorithm Summary You'll Need

6
Comments
8 min read
1. Check For Palindrome Number

1. Check For Palindrome Number

Comments
2 min read
Recursive rendering in React

Recursive rendering in React

45
Comments 1
5 min read
Ace the top 15 Java algorithm questions for coding interviews

Ace the top 15 Java algorithm questions for coding interviews

11
Comments
25 min read
How to Solve the Combinations Algorithm in JavaScript and Python

How to Solve the Combinations Algorithm in JavaScript and Python

14
Comments
9 min read
Introduction to Algorithms

Introduction to Algorithms

6
Comments 2
1 min read
Solving problems with Binary Search algorithm

Solving problems with Binary Search algorithm

1
Comments
4 min read
Basics of PostgreSQL

Basics of PostgreSQL

9
Comments
2 min read
Why is push() and pop() array methods said to be faster than shift() and unshift() array methods ?

Why is push() and pop() array methods said to be faster than shift() and unshift() array methods ?

3
Comments
2 min read
loading...