上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 52 下一页

2015年6月8日

LeetCode | Majority Element

摘要: Majority ElementTotal Accepted:40685Total Submissions:116905My SubmissionsQuestionSolutionGiven an array of sizen, find the majority element. The majo... 阅读全文

posted @ 2015-06-08 15:37 Tob__yuhong 阅读(132) 评论(0) 推荐(0) 编辑

2015年6月6日

Calculate the last word's length

摘要: /* Function : calculate the last word's length.I wrote again for this question because I think the former solution is too bad... Author : Diamon... 阅读全文

posted @ 2015-06-06 21:06 Tob__yuhong 阅读(128) 评论(0) 推荐(0) 编辑

2015年5月26日

算法分析与设计实验三 回溯法 24点问题 n皇后问题

摘要: 实验目的学习编程实现深度优先搜索状态空间树求解实际问题的方法, 着重体会求解第一个可行解和求解所有可行解之间的差别。 加深理解回溯法通过搜索状态空间树、同时用约束函数剪去不含答案状态子树的算法思想, 会用蒙特卡罗方法估计算法实际生成的状态空间树的结点数。实验内容1、 求 24 点问题给定四个 1-9... 阅读全文

posted @ 2015-05-26 12:38 Tob__yuhong 阅读(793) 评论(0) 推荐(0) 编辑

LeetCode | Remove Duplicates from Sorted Array

摘要: Remove Duplicates from Sorted ArrayTotal Accepted:61826Total Submissions:196575My SubmissionsQuestionSolutionGiven a sorted array, remove the duplicat... 阅读全文

posted @ 2015-05-26 01:29 Tob__yuhong 阅读(118) 评论(0) 推荐(0) 编辑

LeetCode | Contains Duplicate

摘要: Contains DuplicateTotal Accepted:1522Total Submissions:3955My SubmissionsQuestionSolutionGiven an array of integers, find if the array contains any du... 阅读全文

posted @ 2015-05-26 01:04 Tob__yuhong 阅读(107) 评论(0) 推荐(0) 编辑

2015年5月25日

Leecode | Rotate Array

摘要: Rotate ArrayTotal Accepted:26104Total Submissions:146721My SubmissionsQuestionSolutionRotate an array ofnelements to the right byksteps.For example, w... 阅读全文

posted @ 2015-05-25 15:02 Tob__yuhong 阅读(140) 评论(0) 推荐(0) 编辑

2015年5月23日

单源最短路径问题 Dijkstra 贪心法

摘要: 一维数组d[i]中存放从原点s到结点i的当前最短路径的长度;一维整型数组path[i]存放从原点到结点i的当前最短路径上,结点i的前一个结点。程序如下:#include#include#include#include#include#includeusing namespace std;const ... 阅读全文

posted @ 2015-05-23 19:33 Tob__yuhong 阅读(167) 评论(0) 推荐(0) 编辑

单源最短路径问题 Dijkstra 贪心法

摘要: 一维数组d[i]中存放从原点s到结点i的当前最短路径的长度;一维整型数组path[i]存放从原点到结点i的当前最短路径上,结点i的前一个结点。程序如下:#include#include#include#include#include#includeusing namespace std;const ... 阅读全文

posted @ 2015-05-23 19:33 Tob__yuhong 阅读(201) 评论(0) 推荐(0) 编辑

LeetCode | Remove Element

摘要: Remove ElementTotal Accepted:56056Total Submissions:172938My SubmissionsQuestionSolutionGiven an array and a value, remove all instances of that value... 阅读全文

posted @ 2015-05-23 16:49 Tob__yuhong 阅读(135) 评论(0) 推荐(0) 编辑

LeetCode | Remove Element

摘要: Remove ElementTotal Accepted:56056Total Submissions:172938My SubmissionsQuestionSolutionGiven an array and a value, remove all instances of that value... 阅读全文

posted @ 2015-05-23 16:49 Tob__yuhong 阅读(125) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 52 下一页

导航