摘要: https://leetcode.com/problems/flip-game/ public List generatePossibleNextMoves(String s) { List res=new ArrayList(); if(s==null||s.leng... 阅读全文
posted @ 2015-11-04 05:28 fifi努刷题 阅读(35) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/bulls-and-cows/Examples:Secret: 1807 Secret: 1123Guess: 7810 ====> "0A3B" Guess: 0111 ===... 阅读全文
posted @ 2015-11-04 05:06 fifi努刷题 阅读(292) 评论(0) 推荐(0)