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 DSA Problems. CodeForces 1918-A: Brick Wall

Solving DSA Problems. CodeForces 1918-A: Brick Wall

Comments
3 min read
Algoritmos e Big O notation

Algoritmos e Big O notation

Comments 1
2 min read
Parabolic Reflector Dish

Parabolic Reflector Dish

Comments
11 min read
CV based cyclist recognition

CV based cyclist recognition

5
Comments
3 min read
Software but Quantum - Part 1

Software but Quantum - Part 1

Comments
2 min read
Different Sorting Algorithms and their Implementation

Different Sorting Algorithms and their Implementation

5
Comments
15 min read
Unmasking LinkedIn's Connection Logic 🤯

Unmasking LinkedIn's Connection Logic 🤯

22
Comments 4
3 min read
LeetCode Meditations: Two Sum

LeetCode Meditations: Two Sum

Comments
3 min read
The Floor Will Be Lava

The Floor Will Be Lava

1
Comments
9 min read
Discovering JavaScript's Hidden Secrets: Understanding Big O Notation in Data Structures & Algorithms.

Discovering JavaScript's Hidden Secrets: Understanding Big O Notation in Data Structures & Algorithms.

Comments
7 min read
Best Time to Buy and Sell Stock - Leetcode 121 - TypeScript

Best Time to Buy and Sell Stock - Leetcode 121 - TypeScript

Comments
2 min read
Point of Incidence

Point of Incidence

Comments
9 min read
Rotate Array - Leetcode 189 - TypeScript

Rotate Array - Leetcode 189 - TypeScript

Comments
1 min read
Multiplication Without Multiplication Operators

Multiplication Without Multiplication Operators

1
Comments 2
2 min read
Introducción a Big O Notation

Introducción a Big O Notation

Comments
3 min read
🔄 Unraveling the Mysteries of Recursion and the Call Stack in DFS! 🎥

🔄 Unraveling the Mysteries of Recursion and the Call Stack in DFS! 🎥

1
Comments
1 min read
Making Pascal's Triangle: LeetCode's Challenge & Code Solution

Making Pascal's Triangle: LeetCode's Challenge & Code Solution

Comments
2 min read
Machine Learning Algorithms

Machine Learning Algorithms

7
Comments 1
8 min read
🏆 Exciting News: Winning Bronze Medal at Inter IIT Tech Meet 12.0! 🏆

🏆 Exciting News: Winning Bronze Medal at Inter IIT Tech Meet 12.0! 🏆

1
Comments 2
7 min read
Fibonacci for newbies!

Fibonacci for newbies!

Comments
5 min read
Why learn Data structures and Algorithm

Why learn Data structures and Algorithm

1
Comments
5 min read
Remove Duplicates from Sorted Array II - Leetcode 80 - TypeScript

Remove Duplicates from Sorted Array II - Leetcode 80 - TypeScript

Comments
2 min read
Hot Springs

Hot Springs

Comments
5 min read
Build Binary Tree from Array

Build Binary Tree from Array

6
Comments 1
4 min read
Linear Search

Linear Search

Comments
2 min read
Pipe Maze

Pipe Maze

Comments
6 min read
LeetCode 2. Add Two Numbers

LeetCode 2. Add Two Numbers

Comments
3 min read
Intro to Disk Scheduling Algorithms

Intro to Disk Scheduling Algorithms

Comments
9 min read
Remove Duplicates from Sorted Array - Leetcode 26 - TypeScript

Remove Duplicates from Sorted Array - Leetcode 26 - TypeScript

Comments
2 min read
Leetcode: 2210. Count Hills and Valleys in an Array

Leetcode: 2210. Count Hills and Valleys in an Array

Comments
4 min read
Cosmic Expansion

Cosmic Expansion

Comments
5 min read
Recursion in Javascript

Recursion in Javascript

27
Comments 8
4 min read
Exploring the Frontiers of Privacy and Security: A Comprehensive Dive into Homomorphic Encryption

Exploring the Frontiers of Privacy and Security: A Comprehensive Dive into Homomorphic Encryption

Comments
10 min read
Remove Element - Leetcode 27 - TypeScript

Remove Element - Leetcode 27 - TypeScript

Comments
2 min read
Top 5 YouTube Channels to Ace Your Coding Interviews

Top 5 YouTube Channels to Ace Your Coding Interviews

6
Comments
2 min read
🗜️Using Cantor-Pairing as a String Compression

🗜️Using Cantor-Pairing as a String Compression

5
Comments
1 min read
Merge Sorted Array - Leetcode 88 - TypeScript

Merge Sorted Array - Leetcode 88 - TypeScript

Comments
2 min read
LeetCode Mastery: A Personal Odyssey Through 600 Challenges with Advice, FAQs and Resources

LeetCode Mastery: A Personal Odyssey Through 600 Challenges with Advice, FAQs and Resources

8
Comments 1
6 min read
Camel Cards

Camel Cards

Comments
7 min read
How to get top N items in Java

How to get top N items in Java

1
Comments
5 min read
Complexidade de Espaço dos Algoritmos

Complexidade de Espaço dos Algoritmos

11
Comments 1
2 min read
Mirage Maintenance

Mirage Maintenance

Comments
6 min read
Numeric encoding

Numeric encoding

6
Comments
5 min read
Wait For It

Wait For It

Comments
2 min read
Python - Use Backtracking for Solving Search Problems with Constraints

Python - Use Backtracking for Solving Search Problems with Constraints

Comments
2 min read
If You Give A Seed A Fertilizer

If You Give A Seed A Fertilizer

1
Comments
4 min read
Basic Data Types

Basic Data Types

5
Comments
3 min read
Data Structure Classification🧑‍🔧

Data Structure Classification🧑‍🔧

5
Comments
2 min read
Character encoding

Character encoding

6
Comments
6 min read
Sorting Algorithm Theory VS Implementation 🧐 ?

Sorting Algorithm Theory VS Implementation 🧐 ?

2
Comments 2
3 min read
Solving DSA Problems. Eolymp 4036 & 4038: Pre-Order/Post-Order Traversal of a Tree

Solving DSA Problems. Eolymp 4036 & 4038: Pre-Order/Post-Order Traversal of a Tree

Comments
3 min read
Solving DSA Problems. Eolymp 325: Dangerous route

Solving DSA Problems. Eolymp 325: Dangerous route

Comments
5 min read
Solving DSA Problems. The 2023 Nordic Collegiate Programming Contest: Problem K

Solving DSA Problems. The 2023 Nordic Collegiate Programming Contest: Problem K

Comments
4 min read
Graph: Simple implementation non-linear data structure with Go

Graph: Simple implementation non-linear data structure with Go

1
Comments
3 min read
Python - Apply the Floyd-Warshall Algorithm for All-Pairs Shortest Path

Python - Apply the Floyd-Warshall Algorithm for All-Pairs Shortest Path

Comments
2 min read
Quick Sort vs. Merge Sort: A Developer's Dilemma 🤔

Quick Sort vs. Merge Sort: A Developer's Dilemma 🤔

1
Comments
2 min read
Binary Tree Construction from Inorder and Preorder Traversals 🌳🔍

Binary Tree Construction from Inorder and Preorder Traversals 🌳🔍

1
Comments
2 min read
Python - Consider Divide and Conquer for Complex Problem Solving

Python - Consider Divide and Conquer for Complex Problem Solving

Comments
1 min read
Python - Implement Breadth-First Search (BFS) for Graph and Tree Traversal

Python - Implement Breadth-First Search (BFS) for Graph and Tree Traversal

Comments
1 min read
Python - Kruskal's Algorithm for Minimum Spanning Trees

Python - Kruskal's Algorithm for Minimum Spanning Trees

Comments
2 min read
loading...