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.
Day 63: Python Merge K Sorted Lists - O(n log k) Min-Heap Guide (LeetCode #23 Vibes)

Day 63: Python Merge K Sorted Lists - O(n log k) Min-Heap Guide (LeetCode #23 Vibes)

1
Comments
3 min read
Building a Social Network Analyzer with CXXGraph: From Friend Recommendations to Influence Detection

Building a Social Network Analyzer with CXXGraph: From Friend Recommendations to Influence Detection

1
Comments
35 min read
How SmartKNN Learns Feature Weights Internally.

How SmartKNN Learns Feature Weights Internally.

3
Comments
3 min read
Preparação para entrevistas de programação

Preparação para entrevistas de programação

Comments
2 min read
Coding Challenge Practice - Question 48

Coding Challenge Practice - Question 48

Comments
2 min read
Searching Algorithms Part 2: Pattern Matching in Strings with Z, KMP, and Rabin-Karp

Searching Algorithms Part 2: Pattern Matching in Strings with Z, KMP, and Rabin-Karp

Comments
7 min read
Day 62: Python Longest Subarray with Target Sum - O(n) Prefix Sum & HashMap Guide (LeetCode Vibes)

Day 62: Python Longest Subarray with Target Sum - O(n) Prefix Sum & HashMap Guide (LeetCode Vibes)

1
Comments
3 min read
Unlock Optimization Speed: A Leap Beyond Traditional Methods

Unlock Optimization Speed: A Leap Beyond Traditional Methods

Comments
2 min read
Dice Battle Simulator: When Board Games Meet Monte Carlo

Dice Battle Simulator: When Board Games Meet Monte Carlo

2
Comments 2
4 min read
Algoritmo de Levenshtein en TypeScript: Búsqueda Inteligente con Tolerancia a Errores

Algoritmo de Levenshtein en TypeScript: Búsqueda Inteligente con Tolerancia a Errores

Comments
5 min read
🔄 Loop Master: Menguasai Seni Algoritma Perulangan

🔄 Loop Master: Menguasai Seni Algoritma Perulangan

Comments
13 min read
STL Algorithms in C++: From Beginner to Expert

STL Algorithms in C++: From Beginner to Expert

Comments
11 min read
Day 61: Python Queue Using Two Stacks, Amortized O(1) Unbiased FIFO with Brilliant Double-Stack Flip Trick (No Deque Cheats!)

Day 61: Python Queue Using Two Stacks, Amortized O(1) Unbiased FIFO with Brilliant Double-Stack Flip Trick (No Deque Cheats!)

7
Comments 2
3 min read
Okay, ich baue also mein eigenes "Google Maps". Hier ist mein Plan... und meine Albträume.

Okay, ich baue also mein eigenes "Google Maps". Hier ist mein Plan... und meine Albträume.

Comments
4 min read
📌 TuringTiles — A Language Built from Tile-Based State Transitions

📌 TuringTiles — A Language Built from Tile-Based State Transitions

Comments
2 min read
Coding Challenge Practice - Question 47

Coding Challenge Practice - Question 47

Comments
1 min read
DSA Fundamentals: Greedy Algorithms - From Theory to LeetCode Practice

DSA Fundamentals: Greedy Algorithms - From Theory to LeetCode Practice

Comments
13 min read
Sorting Algorithms Part 3: Linear-Time Sorting, Counting, Radix, and Bucket

Sorting Algorithms Part 3: Linear-Time Sorting, Counting, Radix, and Bucket

1
Comments
5 min read
🧬 PegLang — A Language Built on Parsing Expression Grammars as Executable Logic

🧬 PegLang — A Language Built on Parsing Expression Grammars as Executable Logic

Comments
1 min read
Stack, Queue and PriorityQueue in C#

Stack, Queue and PriorityQueue in C#

Comments
5 min read
🧬 Binary Lambda Calculus — The Language That Compresses Computation Into Pure Bits

🧬 Binary Lambda Calculus — The Language That Compresses Computation Into Pure Bits

Comments
2 min read
Kahn’s Algorithm and Cycle Detection in Directed Graphs

Kahn’s Algorithm and Cycle Detection in Directed Graphs

Comments
2 min read
# 🧰 C++ STL Reference Sheet

# 🧰 C++ STL Reference Sheet

Comments
2 min read
🔁 Thue — The Language Built Entirely on String Rewriting Rules

🔁 Thue — The Language Built Entirely on String Rewriting Rules

Comments
1 min read
Episode 1: Arrays — The Hidden Logic Behind How Your Code Remembers

Episode 1: Arrays — The Hidden Logic Behind How Your Code Remembers

1
Comments
6 min read
loading...