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.
2696. Minimum String Length After Removing Substrings

2696. Minimum String Length After Removing Substrings

Comments
3 min read
Two pointers algorithm explained

Two pointers algorithm explained

Comments
2 min read
Understanding Genetic Algorithms: Applications, Benefits, and Challenges in Soft Computing

Understanding Genetic Algorithms: Applications, Benefits, and Challenges in Soft Computing

2
Comments
7 min read
1 Year of Consistent LeetCoding

1 Year of Consistent LeetCoding

557
Comments 24
2 min read
1813. Sentence Similarity III

1813. Sentence Similarity III

Comments
3 min read
3133. Minimum Array End

3133. Minimum Array End

Comments
3 min read
GET NEXT LINE A 42 Project TO Learn How To Deal with File Descriptors and I/O of System

GET NEXT LINE A 42 Project TO Learn How To Deal with File Descriptors and I/O of System

1
Comments
4 min read
Introduction to Gem narabikae: A New Position Management Algorithm Inspired by Figma’s Fractional Indexing

Introduction to Gem narabikae: A New Position Management Algorithm Inspired by Figma’s Fractional Indexing

Comments
4 min read
Recap the highlight of the sorting algorithms using JavaScript for beginners

Recap the highlight of the sorting algorithms using JavaScript for beginners

Comments
4 min read
1829. Maximum XOR for Each Query

1829. Maximum XOR for Each Query

Comments
4 min read
The Stack Overflow Error

The Stack Overflow Error

2
Comments
3 min read
2491. Divide Players Into Teams of Equal Skill

2491. Divide Players Into Teams of Equal Skill

Comments
3 min read
2275. Largest Combination With Bitwise AND Greater Than Zero

2275. Largest Combination With Bitwise AND Greater Than Zero

Comments
3 min read
Cracking Quick Sort algorithm: From Theory to Practice in Minutes

Cracking Quick Sort algorithm: From Theory to Practice in Minutes

6
Comments 2
5 min read
1590. Make Sum Divisible by P

1590. Make Sum Divisible by P

Comments
4 min read
3011. Find if Array Can Be Sorted

3011. Find if Array Can Be Sorted

Comments
4 min read
Data structures and algorithms cheat sheet for interviews

Data structures and algorithms cheat sheet for interviews

4
Comments 3
1 min read
Who Won the Election? Solving a TCS Coding Interview Question with Simple and Optimized Solutions

Who Won the Election? Solving a TCS Coding Interview Question with Simple and Optimized Solutions

5
Comments 1
3 min read
Array ⚔️ Linked Lists

Array ⚔️ Linked Lists

11
Comments
2 min read
Desvendando Algoritmos e Estruturas de Dados: a base da programação eficiente

Desvendando Algoritmos e Estruturas de Dados: a base da programação eficiente

Comments
3 min read
Inverting a binary tree in Java

Inverting a binary tree in Java

Comments
3 min read
How to anonymize properties in an object using recursion

How to anonymize properties in an object using recursion

Comments
1 min read
567. Permutation in String

567. Permutation in String

1
Comments
3 min read
796. Rotate String

796. Rotate String

1
Comments
2 min read
Algorithms Behind JavaScript Array Methods

Algorithms Behind JavaScript Array Methods

34
Comments 2
7 min read
Building a Simple Blockchain in Golang

Building a Simple Blockchain in Golang

3
Comments
3 min read
DSA with JS: Understanding Custom Array Data Structure in JavaScript - A Step-by-Step Guide

DSA with JS: Understanding Custom Array Data Structure in JavaScript - A Step-by-Step Guide

Comments
7 min read
2490. Circular Sentence

2490. Circular Sentence

Comments
3 min read
Input/Output Amallari

Input/Output Amallari

Comments
1 min read
What is Algorithm

What is Algorithm

6
Comments 7
12 min read
1957. Delete Characters to Make Fancy String

1957. Delete Characters to Make Fancy String

Comments
2 min read
Building a Rotated Sorted Array Search in Java: Understanding Pivot and Binary Search

Building a Rotated Sorted Array Search in Java: Understanding Pivot and Binary Search

Comments
3 min read
2463. Minimum Total Distance Traveled

2463. Minimum Total Distance Traveled

1
Comments
5 min read
Comprehensive List of Trie-Based Questions

Comprehensive List of Trie-Based Questions

21
Comments
3 min read
1671. Minimum Number of Removals to Make Mountain Array

1671. Minimum Number of Removals to Make Mountain Array

Comments
3 min read
Greedy Algorithm Problems in Data Structures and Algorithms (DSA)

Greedy Algorithm Problems in Data Structures and Algorithms (DSA)

27
Comments
5 min read
2684. Maximum Number of Moves in a Grid

2684. Maximum Number of Moves in a Grid

1
Comments
3 min read
Mastering Backtracking: Essential Problems and Challenges for Career Growth in Programming

Mastering Backtracking: Essential Problems and Challenges for Career Growth in Programming

27
Comments
3 min read
Capturing The Statistics of Streaming Data - Part 1

Capturing The Statistics of Streaming Data - Part 1

1
Comments
12 min read
2501. Longest Square Streak in an Array

2501. Longest Square Streak in an Array

Comments
3 min read
Derivation of Welford's Algorithm

Derivation of Welford's Algorithm

Comments
2 min read
Protecting Algorithms in Dart: A Multi-Layered Approach

Protecting Algorithms in Dart: A Multi-Layered Approach

1
Comments
3 min read
starting 100ofCoding

starting 100ofCoding

2
Comments
1 min read
DSA: Heap - Key Questions and Challenges

DSA: Heap - Key Questions and Challenges

27
Comments 2
3 min read
Java Inner Classes and Nested Classes

Java Inner Classes and Nested Classes

18
Comments 1
5 min read
Tree Data Structure Questions for Data Structures and Algorithms

Tree Data Structure Questions for Data Structures and Algorithms

29
Comments 4
4 min read
1277. Count Square Submatrices with All Ones

1277. Count Square Submatrices with All Ones

Comments
3 min read
Elevator Scheduling Algorithms: FCFS, SSTF, SCAN, and LOOK

Elevator Scheduling Algorithms: FCFS, SSTF, SCAN, and LOOK

7
Comments
3 min read
Backtracking: Solving the N-Queens Problem and Python Implementation 21:29

Backtracking: Solving the N-Queens Problem and Python Implementation

1
Comments
1 min read
Introduction to Data Structures and Algorithms Roadmap

Introduction to Data Structures and Algorithms Roadmap

12
Comments 2
4 min read
Jump Game II: A Deep Dive into LeetCode's Classic Algorithm Problem

Jump Game II: A Deep Dive into LeetCode's Classic Algorithm Problem

26
Comments 1
4 min read
2458. Height of Binary Tree After Subtree Removal Queries

2458. Height of Binary Tree After Subtree Removal Queries

Comments
4 min read
Data Structures: Creating Custom Node Classes

Data Structures: Creating Custom Node Classes

31
Comments 1
4 min read
DSA: Graph Theory Questions for Interviews and Practice

DSA: Graph Theory Questions for Interviews and Practice

22
Comments 1
3 min read
Minimum Spanning Trees Breaking the Norm

Minimum Spanning Trees Breaking the Norm

1
Comments
2 min read
The Hidden Algorithms Behind Your Social Media Feed 🤯

The Hidden Algorithms Behind Your Social Media Feed 🤯

87
Comments 21
5 min read
1233. Remove Sub-Folders from the Filesystem

1233. Remove Sub-Folders from the Filesystem

Comments
3 min read
The Complete [2024] Guide to Data Structures and Algorithms

The Complete [2024] Guide to Data Structures and Algorithms

12
Comments
4 min read
Understanding Time Complexity in Python Functions

Understanding Time Complexity in Python Functions

7
Comments
3 min read
951. Flip Equivalent Binary Trees

951. Flip Equivalent Binary Trees

Comments
3 min read
loading...