07 2015 档案

摘要:1. Class Variable/Static Variable: Class variable is also known as static variable with "static" keyword inside the class but outside the methods. The 阅读全文
posted @ 2015-07-24 22:36 Dylan_Java_NYC 阅读(549) 评论(0) 推荐(0) 编辑
摘要:原题链接在这里:https://leetcode.com/problems/happy-number/ 题目: Write an algorithm to determine if a number is "happy". A happy number is a number defined by 阅读全文
posted @ 2015-07-23 06:38 Dylan_Java_NYC 阅读(174) 评论(0) 推荐(0) 编辑
摘要:原题链接在此: https://leetcode.com/problems/isomorphic-strings/ 题目: Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic 阅读全文
posted @ 2015-07-23 04:41 Dylan_Java_NYC 阅读(260) 评论(0) 推荐(0) 编辑
摘要:原题链接在此:https://leetcode.com/problems/sudoku-solver/ 题目: Write a program to solve a Sudoku puzzle by filling the empty cells. A sudoku solution must sa 阅读全文
posted @ 2015-07-22 09:12 Dylan_Java_NYC 阅读(337) 评论(0) 推荐(0) 编辑
摘要:原题链接在此:https://leetcode.com/problems/n-queens/ 题目: The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens 阅读全文
posted @ 2015-07-22 05:09 Dylan_Java_NYC 阅读(754) 评论(0) 推荐(0) 编辑
摘要:Final is a Keyword, final can be used in three different ways: final variable final method final class final variable 基本上就是 constant,一旦被赋值,就不能被变更;如果在c 阅读全文
posted @ 2015-07-22 03:24 Dylan_Java_NYC 阅读(179) 评论(0) 推荐(0) 编辑
摘要:原题链接在这里:https://leetcode.com/problems/valid-sudoku/ 题目: Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according 阅读全文
posted @ 2015-07-21 23:45 Dylan_Java_NYC 阅读(195) 评论(0) 推荐(0) 编辑
摘要:原题链接在这里:https://leetcode.com/problems/contains-duplicate-ii/ 题目: Given an array of integers and an integer k, find out whether there are two distinct 阅读全文
posted @ 2015-07-20 10:54 Dylan_Java_NYC 阅读(271) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示