码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
Leetcode 74 and 240. Search a 2D matrix I and II
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 f ...
分类:其他好文   时间:2016-12-23 07:52:40    阅读次数:181
Leetcode: Max Sum of Rectangle No Larger Than K
The naive solution is brute-force, which is O((mn)^2). In order to be more efficient, I tried something similar to Kadane's algorithm. The only differ ...
分类:其他好文   时间:2016-11-26 09:35:39    阅读次数:435
论文阅读(Lukas Neuman——【ICDAR2015】Efficient Scene Text Localization and Recognition with Local Character Refinement)
利用MSER提取候选区域,提出新的文字特征训练SVM的背景,字符,字符串三类分类器,再形成文本线,并用图割方法对检测结果进行调整 ...
分类:其他好文   时间:2016-11-26 02:42:35    阅读次数:282
Linux之epoll实现
/* * fs/eventpoll.c (Efficient event retrieval implementation) * Copyright (C) 2001,...,2009 Davide Libenzi * * This program is free software; you can... ...
分类:系统相关   时间:2016-11-17 13:25:27    阅读次数:236
ES questions
Be Careful of Cardinality Numeric and date fields are indexed in such a way that ranges are efficient to calculate. This is not the case for string fi ...
分类:其他好文   时间:2016-10-31 21:30:32    阅读次数:201
leetcode 74 Search a 2D Matrix ----- java
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 f ...
分类:编程语言   时间:2016-10-16 00:55:29    阅读次数:133
MySql分页算法
PERCONA PERFORMANCE CONFERENCE 2009上,来自雅虎的几位工程师带来了一篇”Efficient Pagination Using MySQL“的报告,有很多亮点,本文是在原文基础上的进一步延伸。 首先看一下分页的基本原理: mysql> explain SELECT * ...
分类:数据库   时间:2016-10-14 20:02:35    阅读次数:178
74. Search a 2D Matrix
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 f ...
分类:其他好文   时间:2016-09-25 09:28:15    阅读次数:100
Search a 2D Matrix
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 f ...
分类:其他好文   时间:2016-09-12 20:26:58    阅读次数:104
LeetCode-Search a 2D Matrix II
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 i ...
分类:其他好文   时间:2016-09-04 14:27:08    阅读次数:153
536条   上一页 1 ... 23 24 25 26 27 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!