Solutions to 8-puzzle (#8)
| User | Algorithm | Version | Cost | Fastest time | |
|---|---|---|---|---|---|
| noah | Friendly old solver | I lost track | 16 | 344.9µs | View |
| robbin | R.CBS.A* | D_30258a4 | 16 | 1.183987ms | View |
| robbin | R.CBS.A* | D_30258a4 | 16 | 1.185417ms | View |
| jaap | EPEA* (exhaustive matching with sorting and ID) with ID | 1.0.1 | 16 | 1.8012ms | View |
| thom | ICTS + ID | 0.1.5 | 16 | 2.280235ms | View |
| thom | ICTS + ID | 0.1.5 | 16 | 2.359152ms | View |
| ivar | A* + OD | 0.1.2 | 16 | 2.998829ms | View |
| thom | ICTS | 0.1.2 | 16 | 6.638288ms | View |
| thom | ICTS | 0.1.3 | 16 | 6.690264ms | View |
| ivar | A* + OD + ID | 0.2.0 | 16 | 6.999731ms | View |