摘要: cody challenge Problem 96. Knight's Tour Checker 代码分享 function tf = knights_tour(a) m=length(a(:,1)); n=length(a(1,:)); c=max(max(a)); tf=true; for b= 阅读全文
posted @ 2020-10-13 17:31 Aneverforget 阅读(57) 评论(0) 推荐(0)