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.
Python dict Internals: Hash Tables, Collision Resolution, and Hash Attacks

Python dict Internals: Hash Tables, Collision Resolution, and Hash Attacks

1
Comments 6
6 min read
my own hash are worth it?

my own hash are worth it?

Comments
1 min read
Python list Internals: How Dynamic Arrays Work Under the Hood

Python list Internals: How Dynamic Arrays Work Under the Hood

Comments
5 min read
Why My "Optimized" Iterative Tree Traversal Was Slower Than Recursion

Why My "Optimized" Iterative Tree Traversal Was Slower Than Recursion

Comments 2
4 min read
I ran 60 cryptanalysis experiments on SHA-256. Here's what I found.

I ran 60 cryptanalysis experiments on SHA-256. Here's what I found.

Comments
2 min read
Towards O(1) Computing: Minimizing System Entropy with Data-Centric High-Frequency Processing

Towards O(1) Computing: Minimizing System Entropy with Data-Centric High-Frequency Processing

Comments
2 min read
How Search Algorithms Work — From DFS and BFS to A*

How Search Algorithms Work — From DFS and BFS to A*

Comments
3 min read
Building a Sudoku Puzzle Game With Constraint Propagation, Backtracking, and a Hint Engine That Fell Out For Free

Building a Sudoku Puzzle Game With Constraint Propagation, Backtracking, and a Hint Engine That Fell Out For Free

1
Comments
4 min read
Resolving deletion in AVL trees

Resolving deletion in AVL trees

2
Comments
4 min read
Why A* Search Works — Heuristics, Shortest Paths, and Optimality

Why A* Search Works — Heuristics, Shortest Paths, and Optimality

Comments
4 min read
Erdős-Straus Conjecture as an S-Category Problem (Ricci Flow + Fujimoto Infinity Algebra)

Erdős-Straus Conjecture as an S-Category Problem (Ricci Flow + Fujimoto Infinity Algebra)

Comments
7 min read
Optimizing Threat Detection in Java: Using PriorityQueues for Real-Time Systems

Optimizing Threat Detection in Java: Using PriorityQueues for Real-Time Systems

Comments
2 min read
High-Performance Image Processing with Halide: Building a Custom Sharpening Filter

High-Performance Image Processing with Halide: Building a Custom Sharpening Filter

2
Comments
6 min read
Building a Target Detection System in Java: A Guide to Array Logic

Building a Target Detection System in Java: A Guide to Array Logic

Comments
2 min read
I Solved 200 LeetCode Problems and Still Froze in Interviews

I Solved 200 LeetCode Problems and Still Froze in Interviews

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