摘要: 转载请注明:http://www.cnblogs.com/igoslly/p/8708960.html 题目:用户会输入数独预先填好的数字,请设计程序进行解题 输入:按行按列进行输入,空置位置以0输入 数独游戏要求: 根据表格里先给出的提示,填写1-9数字,使9×9的宫格满足每行、每列数字均不重复; 阅读全文
posted @ 2018-04-03 15:54 Arya.Mo 阅读(1382) 评论(0) 推荐(0) 编辑
摘要: 【转载请注明】http://www.cnblogs.com/igoslly/p/8707664.html 来看一下题目: Given two binary trees, write a function to check if they are the same or not. Two binary 阅读全文
posted @ 2018-04-03 11:54 Arya.Mo 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 【转载请注明】http://www.cnblogs.com/igoslly/p/8707274.html 来看一下题目: Given a linked list, swap every two adjacent nodes and return its head. For example, Give 阅读全文
posted @ 2018-04-03 11:06 Arya.Mo 阅读(245) 评论(0) 推荐(0) 编辑