
Algorithm
文章平均质量分 83
迈出第一步就好了
技能尚未点亮ing
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode-Merge List
Merge List原创 2017-09-21 22:40:32 · 375 阅读 · 0 评论 -
Leetcode-Minimum ASCII Delete Sum for Two Strings
Minimum ASCII Delete Sum for Two Strings原创 2017-12-03 19:01:43 · 275 阅读 · 0 评论 -
Leetcode-Unique Paths&Unique PathsII
Unique path原创 2017-12-03 22:49:55 · 277 阅读 · 0 评论 -
Leetcode- Longest Palindromic Subsequence
palindromic原创 2017-12-07 22:23:41 · 238 阅读 · 0 评论 -
Leetcode-Find Minimum in Rotated Sorted Array && Find Minimum in Rotated Sorted Array II
problem Find Minimum in Rotated Sorted Array Find Minimum in Rotated Sorted Array II Analysis Find Minimum in Rotated Sorted Array Find Minimum in Rotated Sorted Array II Complexity Find Minimum i原创 2018-01-11 19:51:35 · 298 阅读 · 0 评论 -
Leetcode-Search a 2D Matrix
problem Analysis Complexity Code problem Write 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 · 289 阅读 · 0 评论 -
Leetcode-Daily Temperatures
problem Analysis Code complexity problem 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 · 346 阅读 · 0 评论 -
Leetcode-Best Time to Buy and Sell Stock II
problem Analysis Complexity Code problem 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 · 283 阅读 · 0 评论 -
Leetcode-Network Delay Time
迪杰斯特拉算法原创 2017-12-27 21:11:11 · 354 阅读 · 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 · 898 阅读 · 0 评论 -
Leetcode-Search in Rotated Sorted Array&&Search in Rotated Sorted ArrayII
BiSearch原创 2017-12-19 23:53:27 · 211 阅读 · 0 评论 -
Leetcode-Course Schedule && Course Schedule II
Problem Course Schedule原创 2017-11-30 22:37:37 · 314 阅读 · 0 评论 -
LeetCode-[Add Two Numbers]
LeetCode-[Add Two Numbers] Memory Overflow原创 2017-09-09 15:04:21 · 365 阅读 · 0 评论 -
Leetcode-Pointer Magic
Reverse Nodes in k-Group LeetCode 指针原创 2017-09-16 22:20:54 · 430 阅读 · 0 评论 -
Leetcode-BFS广度优先搜索
BFS原创 2017-10-22 14:59:50 · 460 阅读 · 0 评论 -
[Leetcode]-Basic Dynamic Programming(1)
Dynamic progaming原创 2017-10-29 23:06:40 · 402 阅读 · 0 评论 -
Leetcode-DFS+BST
Recover Binary Search Tree Validate Binary Search Tree原创 2017-10-15 19:31:02 · 406 阅读 · 0 评论 -
LeetCode-ReversePair
Divider and Conquer原创 2017-09-25 20:34:12 · 419 阅读 · 0 评论 -
Leetcode-Climbing Stairs
Climb Stair原创 2017-11-19 21:16:46 · 282 阅读 · 0 评论 -
Leetcode-Maximum Subarray
最大子序列和原创 2017-11-19 23:15:44 · 184 阅读 · 0 评论 -
Leetcode-Word Break
word原创 2017-11-30 22:10:07 · 265 阅读 · 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 · 685 阅读 · 0 评论