24 game/Solve: Difference between revisions

Content added Content deleted
Line 612: Line 612:


=={{header|C}}==
=={{header|C}}==
{{incorrect|C|This code uses random shuffling and a limited tries to happen upon a solution. There's no garantee finding a solution when there is one, or quickly determine it's not possible otherwise.}}

<lang c>#include<stdio.h>
<lang c>#include<stdio.h>
#include<stdlib.h>
#include<stdlib.h>