4x4 tic tac toe game count

Submit

Your name:
File:
Open code-statistics:

Language is selected by the extension of the file. See the list of supported languages to know the extension of your language.

Problem

Print number of valid games in 4x4 tic tac toe game. Use symmetric reducation and transposition table if your solution is timing out.

Options

exec is denied

rejudge feature is enabled

now post-mortem time, all source codes will be revealed

Sample input:_

*NOTHING*

Sample output:

15038733958272

Ranking

Python _

RankUserSizeTimeDateStatistics
1for for loop190.03002026/06/29 23:14:560B / 18B / 0B
2JOrE20(encoded in hex? there's no loop)190.03002026/06/30 06:26:190B / ?B / ?B
3shinh(claude)200.02992026/06/27 19:19:160B / 18B / 2B
4JOrE20(no need for ai for such simple problem)200.03122026/06/29 22:39:290B / ?B / ?B

PHP _

RankUserSizeTimeDateStatistics
1JOrE20(bitboard + recursive backtracking + symmetric reducing + transposition table all implemented)140.02982026/06/17 23:15:530B / ?B / ?B

iogii _

RankUserSizeTimeDateStatistics
1#c0ffee(bin)120.01602026/06/30 07:59:453B / 5B / 4B
2JOrE20(how one byte shorter?)130.01592026/06/30 06:29:132B / ?B / ?B
3JOrE20140.01642026/06/30 06:24:340B / ?B / ?B

Bash (builtins) _

RankUserSizeTimeDateStatistics
1McBusLuck190.01612026/07/01 22:53:060B / 14B / 4B

gs2 _

RankUserSizeTimeDateStatistics
1tails80.09722026/07/01 01:50:473B / 4B / 0B
2whio90.06572026/06/19 05:53:465B / 3B / 1B

Nibbles _

RankUserSizeTimeDateStatistics
1tails70.03912026/07/01 01:55:224B / 3B / 0B

Language Ranking_

RankLangUserSizeScore
1Nibblestails710000
2gs2tails88750
3iogii#c0ffee(bin)125833
4PHPJOrE20(bitboard + recursive backtracking + symmetric reducing + transposition table all implemented)145000
5Pythonfor for loop193684
6Bash (builtins)McBusLuck193684

return to the top page