You need to enable JavaScript to run this app.
AlphaCode
.2.5
/ get started
Create account.
Name
Email
Password
Create account
Already have an account?
Log in
// welcome to alphacode 2.5
while (problem.unsolved) {
candidates = ai.solve(problem, n=3);
best = candidates.rank(0);
verdict = sandbox.run(best);
if (verdict == "AC") ship();
}
Made with Emergent