上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

2017年11月13日

摘要: Given an array of integers and an integer k, you need to find the number of unique k diff pairs in the array. Here a k diff pair is defined as an inte 阅读全文
posted @ 2017-11-13 21:07 Wanna_Go 阅读(201) 评论(0) 推荐(0) 编辑

2017年11月9日

摘要: ```shell [ -a FILE ] 如果 FILE 存在则为真。 [ -b FILE ] 如果 FILE 存在且是一个块特殊文件则为真。 [ -c FILE ] 如果 FILE 存在且是一个字特殊文件则为真。 [ -d FILE ] 如果 FILE 存在且是一个目录则为真。 [ -e FILE ] 如果 FILE 存在则为真。 [ -f FILE ] 如果 ... 阅读全文
posted @ 2017-11-09 15:10 Wanna_Go 阅读(168) 评论(0) 推荐(0) 编辑

2017年11月8日

摘要: You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo 阅读全文
posted @ 2017-11-08 09:22 Wanna_Go 阅读(180) 评论(0) 推荐(0) 编辑

2017年11月5日

摘要: 使用sklearn进行数据挖掘系列文章: 1. "使用sklearn进行数据挖掘 房价预测(1)" 2. "使用sklearn进行数据挖掘 房价预测(2)—划分测试集" 3. "使用sklearn进行数据挖掘 房价预测(3)—绘制数据的分布" 4. "使用sklearn进行数据挖掘 房价预测(4)— 阅读全文
posted @ 2017-11-05 22:59 Wanna_Go 阅读(3413) 评论(0) 推荐(1) 编辑
摘要: 使用sklearn进行数据挖掘系列文章: 1. "使用sklearn进行数据挖掘 房价预测(1)" 2. "使用sklearn进行数据挖掘 房价预测(2)—划分测试集" 3. "使用sklearn进行数据挖掘 房价预测(3)—绘制数据的分布" 4. "使用sklearn进行数据挖掘 房价预测(4)— 阅读全文
posted @ 2017-11-05 11:57 Wanna_Go 阅读(6706) 评论(0) 推荐(1) 编辑

2017年11月4日

摘要: You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl 阅读全文
posted @ 2017-11-04 12:32 Wanna_Go 阅读(169) 评论(0) 推荐(0) 编辑

2017年11月2日

摘要: Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. his 阅读全文
posted @ 2017-11-02 09:35 Wanna_Go 阅读(151) 评论(0) 推荐(0) 编辑

2017年11月1日

摘要: Given n points in the plane that are all pairwise distinct, a "boomerang" is a tuple of points such that the distance betweeni and j equals the distan 阅读全文
posted @ 2017-11-01 09:37 Wanna_Go 阅读(169) 评论(0) 推荐(0) 编辑

2017年10月31日

摘要: 使用sklearn进行数据挖掘系列文章: 1. "使用sklearn进行数据挖掘 房价预测(1)" 2. "使用sklearn进行数据挖掘 房价预测(2)—划分测试集" 3. "使用sklearn进行数据挖掘 房价预测(3)—绘制数据的分布" 4. "使用sklearn进行数据挖掘 房价预测(4)— 阅读全文
posted @ 2017-10-31 23:55 Wanna_Go 阅读(6759) 评论(0) 推荐(1) 编辑
摘要: 使用sklearn进行数据挖掘系列文章: 1. "使用sklearn进行数据挖掘 房价预测(1)" 2. "使用sklearn进行数据挖掘 房价预测(2)—划分测试集" 3. "使用sklearn进行数据挖掘 房价预测(3)—绘制数据的分布" 4. "使用sklearn进行数据挖掘 房价预测(4)— 阅读全文
posted @ 2017-10-31 23:50 Wanna_Go 阅读(4023) 评论(2) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

导航