棋子

导航

2015年12月27日 #

Sudoku Solver Backtracking

摘要: 该博客好好分析Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character'.'.You may assume that there wil... 阅读全文

posted @ 2015-12-27 23:38 鼬与轮回 阅读(260) 评论(0) 推荐(0) 编辑

Valid Sudoku leetcode

摘要: Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with ... 阅读全文

posted @ 2015-12-27 21:04 鼬与轮回 阅读(187) 评论(0) 推荐(0) 编辑

《如何求解问题》-现代启发式方法

摘要: 心情急躁,就无法获得很多人称之为艺术的东西;求解的艺术不在于你能够随时随地的给出一个堪称典范的解法; 即使是学习了一大堆的知识,我们也没有记住多少;因为大脑有一个或者是缺陷,也或者正是其美妙的地方——他并不记住所有的一切。似乎用这一点来划分它与电脑的区别。知识没有获得,学习只是将我们自... 阅读全文

posted @ 2015-12-27 14:15 鼬与轮回 阅读(343) 评论(0) 推荐(0) 编辑