Challenge
Find a valid input (multiset of positive integers) for this deterministic $O(n^2)$ Partition algorithm such that:
The algorithm fails to find a solution even though one exists, or
The...
The Context:
I have officially deprecated SHA-2 and SHA-3. This decision stems from a critical security breach I witnessed: a virus that infected my system using forged digital signatures that wer...
Background
I've been experimenting with a novel approach to SAT solving: treat variable assignments as integers and binary-search over the solution space. I call it Binary-SAT Collapse.
The key i...