码迷,mamicode.com
首页 >  
搜索关键字:diamond puzzle.    ( 1191个结果
《只是为了好玩:Linux之父林纳斯自传》
《只是为了好玩:Linux之父林纳斯自传》基本信息作者: (美)Linus Torvalds David Diamond译者: 陈少芸出版社:人民邮电出版社ISBN:9787115361646上架时间:2014-7-31出版日期:2014 年8月开本:16开页码:1版次:1-1所属分类:计算机 > ...
分类:系统相关   时间:2014-08-04 17:20:17    阅读次数:276
N-Queens leetcode
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:其他好文   时间:2014-08-04 13:31:07    阅读次数:250
POJ 3435 Sudoku Checker
Description The puzzle game of Sudoku is played on a board of N2 × N2 cells. The cells are grouped in N × N squares of N × N cells each. Each cell is either empty or contains a number between 1 a...
分类:其他好文   时间:2014-08-02 23:26:34    阅读次数:344
Ananagrams UVA 156
题目: Ananagrams Most crossword puzzle fans are used to anagrams--groups of words with the same letters in different orders--for example OPTS, SPOT, STOP, POTS and POST. Some words however...
分类:其他好文   时间:2014-08-02 18:30:13    阅读次数:303
Sudoku Solver leetcode java
题目: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 will ....
分类:编程语言   时间:2014-08-01 10:38:21    阅读次数:224
hduj 1097 A hard puzzle
A hard puzzle Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 28814    Accepted Submission(s): 10315 Problem Description lcy gives a ha...
分类:其他好文   时间:2014-07-27 11:33:52    阅读次数:228
HDUJ 1098 Ignatius's puzzle
Ignatius's puzzle Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6222    Accepted Submission(s): 4283 Problem Description Ignatius is ...
分类:其他好文   时间:2014-07-27 11:28:42    阅读次数:185
N-Queens leetcode java
题目:The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.Given an integer n, return a....
分类:编程语言   时间:2014-07-27 11:00:22    阅读次数:262
【leetcode刷题笔记】Sudoku Solver
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 will be on...
分类:其他好文   时间:2014-07-25 14:18:51    阅读次数:284
java打印各种菱形
/** * 类说明 * * @author 曾修建 * @version 创建时间:2014-7-23 上午09:50:46 */ public class Diamond { public static void getDia(int n) { System.out.println("第一个 :"); for (int i = 0; i < n/2+1; i++) { ...
分类:编程语言   时间:2014-07-24 10:25:43    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!