文件名称:MineFinder:查找矿井计数
文件大小:9KB
文件格式:ZIP
更新时间:2024-03-09 01:36:49
C#
扫雷器代码编写练习 作者:Gururaj Kulkarni日期:2021年2月16日 问题: N x M平方的字段由每行正好M个字符的N行表示。 字符“ *”代表地雷,字符“。” 代表没有地雷。 输入示例(acx 4的12方块雷场,其中2个是地雷) 3 4 *... ..*. .... Your task is to write a program to accept this input and produce as output a hint-field of identical dimensions where each square is a * for a mine or the number of adjacent mine-squares if the square does not contain a mine. Example output (for the a
【文件预览】:
MineFinder-main
----RedGateTechInterview.sln(2KB)
----MineResultTest()
--------packages.config(228B)
--------Properties()
--------UnitTest1.cs(1KB)
--------MineResultTest.csproj(5KB)
----README.md(838B)
----RedGateTechInterview()
--------RedGateTechInterview.csproj(2KB)
--------Program.cs(386B)
--------Properties()
--------MineResult.cs(6KB)
--------App.config(189B)
----.gitignore(411B)