marinier / dumb-ai

Demonstration of using trivial approaches to solving various problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dumb AI: Sometimes dumb approaches work surprisingly well.

This project solves several problems using uniform random sampling. It's even dumber than brute force, which would at least systematically explore the space and avoid repeats. It works surprisingly well.

Further reading:

About

Demonstration of using trivial approaches to solving various problems


Languages

Language:Java 100.0%