Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行随 hadoop 示例 jar 文件提供的数独求解器。我不确定应该给出输入的格式。有人可以指导吗?
谢谢, 塔潘
从文档中:
数独求解器非常快,我没有费心制作分布式版本。(我尝试过的所有谜题,包括 42x42 的谜题都需要大约一秒钟的时间来解决。)在命令行上,为求解器提供要解决的谜题文件列表。拼图文件每行有一行,列用空格分隔。正方形有数字或“?” 表示未知。