Algorithm
文章平均质量分 83
迈出第一步就好了
技能尚未点亮ing
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode-Merge List
Merge List原创 2017-09-21 22:40:32 · 397 阅读 · 0 评论 -
Leetcode-Minimum ASCII Delete Sum for Two Strings
Minimum ASCII Delete Sum for Two Strings原创 2017-12-03 19:01:43 · 290 阅读 · 0 评论 -
Leetcode-Unique Paths&Unique PathsII
Unique path原创 2017-12-03 22:49:55 · 292 阅读 · 0 评论 -
Leetcode- Longest Palindromic Subsequence
palindromic原创 2017-12-07 22:23:41 · 255 阅读 · 0 评论 -
Leetcode-Find Minimum in Rotated Sorted Array && Find Minimum in Rotated Sorted Array II
problemFind Minimum in Rotated Sorted ArrayFind Minimum in Rotated Sorted Array IIAnalysisFind Minimum in Rotated Sorted ArrayFind Minimum in Rotated Sorted Array IIComplexityFind Minimum i原创 2018-01-11 19:51:35 · 311 阅读 · 0 评论 -
Leetcode-Search a 2D Matrix
problemAnalysisComplexityCodeproblemWrite an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:Integers in each row are sorted原创 2018-01-11 20:23:20 · 304 阅读 · 0 评论 -
Leetcode-Daily Temperatures
problemAnalysisCodecomplexityproblem Given a list of daily temperatures, produce a list that, for each day in the input, tells you how many days you would have to wait until a warmer tem原创 2018-01-11 21:33:58 · 368 阅读 · 0 评论 -
Leetcode-Best Time to Buy and Sell Stock II
problemAnalysisComplexityCodeproblem Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may原创 2018-01-11 22:59:01 · 298 阅读 · 0 评论 -
Leetcode-Network Delay Time
迪杰斯特拉算法原创 2017-12-27 21:11:11 · 377 阅读 · 0 评论 -
3SAT->4SAT
Request:The input set is a set of clauses, each of which is a disjunction of exactly four literals,and such that each variable occurs at most in each clause.Prove that the exact 4SAT problem is NP-com原创 2018-01-02 23:38:36 · 946 阅读 · 0 评论 -
Leetcode-Search in Rotated Sorted Array&&Search in Rotated Sorted ArrayII
BiSearch原创 2017-12-19 23:53:27 · 226 阅读 · 0 评论 -
Leetcode-Course Schedule && Course Schedule II
ProblemCourse Schedule原创 2017-11-30 22:37:37 · 352 阅读 · 0 评论 -
LeetCode-[Add Two Numbers]
LeetCode-[Add Two Numbers]MemoryOverflow原创 2017-09-09 15:04:21 · 375 阅读 · 0 评论 -
Leetcode-Pointer Magic
Reverse Nodes in k-GroupLeetCode指针原创 2017-09-16 22:20:54 · 449 阅读 · 0 评论 -
Leetcode-BFS广度优先搜索
BFS原创 2017-10-22 14:59:50 · 479 阅读 · 0 评论 -
[Leetcode]-Basic Dynamic Programming(1)
Dynamic progaming原创 2017-10-29 23:06:40 · 427 阅读 · 0 评论 -
Leetcode-DFS+BST
Recover Binary Search TreeValidate Binary Search Tree原创 2017-10-15 19:31:02 · 426 阅读 · 0 评论 -
LeetCode-ReversePair
Divider and Conquer原创 2017-09-25 20:34:12 · 435 阅读 · 0 评论 -
Leetcode-Climbing Stairs
Climb Stair原创 2017-11-19 21:16:46 · 292 阅读 · 0 评论 -
Leetcode-Maximum Subarray
最大子序列和原创 2017-11-19 23:15:44 · 199 阅读 · 0 评论 -
Leetcode-Word Break
word原创 2017-11-30 22:10:07 · 278 阅读 · 0 评论 -
Reluplex Example
初始的ReLU设置由DNN各层之间的关系得到。 设定的基本变量初始为a1,a2,a3,a4,a5a1,a2,a3,a4,a5a_1,a_2,a_3,a_4,a_5,根据DNN有下面的五个方程: (1)a1=vb21−v11+v12−v13(1)a1=v21b−v11+v12−v13(1)a_1 = v_{21}^b-v_{11}+v_{12}-v_{13} (2)a2=vb22+v11+v...原创 2018-04-10 00:14:34 · 712 阅读 · 0 评论
分享