Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for KaoruAK‭

Type On... Excerpt Status Date
Edit Post #296423 Initial revision about 2 months ago
Question FIND A SAT NP COMPLETE CNF INSTANCE THAT DESTROY MY SOLVER
Hello everyone again. This time I would like you to find any false positive or false negative in my SAT SOLVER. The challenge will be that the first person to find a CNF SAT instance where my solver fails will win. My solver is here: https://github.com/POlLLOGAMER/P-is-equal-to-NP-Code/blob/ma...
(more)
about 2 months ago
Edit Post #295290 Post edited:
8 months ago
Edit Post #295290 Post edited:
8 months ago
Edit Post #295290 Post edited:
8 months ago
Edit Post #295290 Post edited:
8 months ago
Comment Post #295290 Basically, the first three people will win. They will have to explain how they made the algorithm, or how they achieved it.
(more)
8 months ago
Edit Post #295290 Initial revision 8 months ago
Article 💥 CHALLENGE: Find a Collision in Leviathan v3.1 (Deterministic)
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 were somehow validated as authentic by current standards. This proved that the 'trust' in existing hash...
(more)
8 months ago
Edit Post #294684 Initial revision 12 months ago
Question Partition Algorithm Trap
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 algorithm exhibits Non polynomial runtime (e.g., exponential blowup). The Partition problem:...
(more)
12 months ago