
Algorithm
文章平均质量分 83
迈出第一步就好了
技能尚未点亮ing
展开
-
LeetCode-Merge List
Merge List原创 2017-09-21 22:40:32 · 354 阅读 · 0 评论 -
Leetcode-Minimum ASCII Delete Sum for Two Strings
Minimum ASCII Delete Sum for Two Strings原创 2017-12-03 19:01:43 · 255 阅读 · 0 评论 -
Leetcode-Unique Paths&Unique PathsII
Unique path原创 2017-12-03 22:49:55 · 245 阅读 · 0 评论 -
Leetcode- Longest Palindromic Subsequence
palindromic原创 2017-12-07 22:23:41 · 225 阅读 · 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 · 264 阅读 · 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 · 273 阅读 · 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 · 327 阅读 · 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 · 253 阅读 · 0 评论 -
Leetcode-Network Delay Time
迪杰斯特拉算法原创 2017-12-27 21:11:11 · 333 阅读 · 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 · 873 阅读 · 0 评论 -
Leetcode-Search in Rotated Sorted Array&&Search in Rotated Sorted ArrayII
BiSearch原创 2017-12-19 23:53:27 · 197 阅读 · 0 评论 -
Leetcode-Course Schedule && Course Schedule II
ProblemCourse Schedule原创 2017-11-30 22:37:37 · 276 阅读 · 0 评论 -
LeetCode-[Add Two Numbers]
LeetCode-[Add Two Numbers]MemoryOverflow原创 2017-09-09 15:04:21 · 340 阅读 · 0 评论 -
Leetcode-Pointer Magic
Reverse Nodes in k-GroupLeetCode指针原创 2017-09-16 22:20:54 · 398 阅读 · 0 评论 -
Leetcode-BFS广度优先搜索
BFS原创 2017-10-22 14:59:50 · 445 阅读 · 0 评论 -
[Leetcode]-Basic Dynamic Programming(1)
Dynamic progaming原创 2017-10-29 23:06:40 · 350 阅读 · 0 评论 -
Leetcode-DFS+BST
Recover Binary Search TreeValidate Binary Search Tree原创 2017-10-15 19:31:02 · 325 阅读 · 0 评论 -
LeetCode-ReversePair
Divider and Conquer原创 2017-09-25 20:34:12 · 410 阅读 · 0 评论 -
Leetcode-Climbing Stairs
Climb Stair原创 2017-11-19 21:16:46 · 254 阅读 · 0 评论 -
Leetcode-Maximum Subarray
最大子序列和原创 2017-11-19 23:15:44 · 176 阅读 · 0 评论 -
Leetcode-Word Break
word原创 2017-11-30 22:10:07 · 253 阅读 · 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 · 676 阅读 · 0 评论