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.
The Death of Static Rate Limiters: Why Your Java Virtual Threads Need BBR-Style Adaptive Concurrency

The Death of Static Rate Limiters: Why Your Java Virtual Threads Need BBR-Style Adaptive Concurrency

Comments
2 min read
DSA Application in Real Life: How Git Diff Works: LCS Intuition, Myers Algorithm, and Real Code Changes

DSA Application in Real Life: How Git Diff Works: LCS Intuition, Myers Algorithm, and Real Code Changes

Comments
14 min read
I read the X (Twitter) algorithm source for 4 days and built a Claude Code sub-agent that scores drafts before posting

I read the X (Twitter) algorithm source for 4 days and built a Claude Code sub-agent that scores drafts before posting

1
Comments 1
6 min read
Visualizing 4 Sorting Algorithms with JavaScript Generators — O(n ) vs O(n log n) in Real Time

Visualizing 4 Sorting Algorithms with JavaScript Generators — O(n ) vs O(n log n) in Real Time

Comments
5 min read
How a photo-blind dating engine actually ranks people (the TypeScript)

How a photo-blind dating engine actually ranks people (the TypeScript)

1
Comments
9 min read
The Recursive Mindset: Unlocking the Code You Already Know

The Recursive Mindset: Unlocking the Code You Already Know

Comments
6 min read
Find the Duplicate Number

Find the Duplicate Number

5
Comments
3 min read
Building a Smart LRU Cache in Java: When Machines Mimic Human Memory đź§ đź’»

Building a Smart LRU Cache in Java: When Machines Mimic Human Memory đź§ đź’»

Comments
3 min read
ECDSA - The Math That Only Goes One Way

ECDSA - The Math That Only Goes One Way

Comments
3 min read
Why brute-force counterexample search fails (and what to do instead)

Why brute-force counterexample search fails (and what to do instead)

Comments
5 min read
✍️ How Multiple Devices Edit One Google Doc

✍️ How Multiple Devices Edit One Google Doc

Comments
1 min read
String Union in Go: Merging Two Strings Without Duplicates

String Union in Go: Merging Two Strings Without Duplicates

Comments
4 min read
Subsequence Matching in Go: The Two-Pointer Scan

Subsequence Matching in Go: The Two-Pointer Scan

Comments
4 min read
Merge Intervals

Merge Intervals

5
Comments
3 min read
AVL Trees Explained: How Rotations Keep BST Operations O(log n)

AVL Trees Explained: How Rotations Keep BST Operations O(log n)

Comments
8 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.