E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
algorithms
LeetCode(24) Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
fly_yr
·
2015-08-10 19:00
[leetcode 229]Majority Element II
Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
ER_Plough
·
2015-08-10 15:00
LeetCode
C++
element
II
majority
229
leetcode_Majority Element II
描述:Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
dfb198998
·
2015-08-07 10:00
动态规划 uva 1025
SecretagentMariawassentto
Algorithms
Citytocarryoutanespeciallydangerousmission.Afterseveralthrillingeventswefindherinthefirststationof
Algorithms
CityMetro
DoJintian
·
2015-08-07 09:00
ACM
uva
Multiclass and multilabel
algorithms
今天我们关注在工程中用的相对较多的 Multiclassandmultilabel
algorithms
。warning:scikit-learn的所有分类器都是可以do multiclas
mmc2015
·
2015-08-07 08:00
机器学习
工程应用
scikit-learn
multilabel
Multiclass
初学图论-Bellman-Ford单源最短路径算法
Bellman-Ford's Single Source Shortest Path Algorithm in C++ * Time Cost : O(|N||M|) * Introduction to
Algorithms
不高不富不帅的陈政_
·
2015-08-06 18:00
C++
图论
邻接链表
单源最短路径
Bellman-Ford
LeetCode-Majority Element II
Givenanintegerarrayofsize n,findallelementsthatappearmorethan ⌊n/3⌋ times.The
algorithms
houldruninlineartimeandinO
My_Jobs
·
2015-08-06 11:00
Spark历险记之编译和远程任务提交
Spark简介Spark是加州大学伯克利分校AMP实验室(
Algorithms
,Machines,andPeopleLab)开发通用内存并行计算框架。
qindongliang1922
·
2015-08-05 22:00
scala
hadoop
spark
Spark历险记之编译和远程任务提交
Spark简介Spark是加州大学伯克利分校AMP实验室(
Algorithms
,Machines,andPeopleLab)开发通用内存并行计算框架。
u010454030
·
2015-08-05 19:00
scala
hadoop
spark
Spark入门实战系列--1.Spark及其生态圈简介
【注】该系列文章以及使用到安装包/测试数据可以在《倾情大奉送–Spark入门实战系列》获取1、简介1.1Spark简介Spark是加州大学伯克利分校AMP实验室(
Algorithms
,Machines,
yirenboy
·
2015-08-05 11:00
hadoop
spark
大数据
维基百科上的若干算法和数据结构等链接
其实这个网站不错:http://www.sorting-
algorithms
.com冒泡排序:http://zh.wikipedia.org
21aspnet
·
2015-08-04 22:00
数据结构
算法
算法导论
JSON Compression
algorithms
JSONCompression
algorithms
作者Alex原文链接AboutJSON(JavaScriptObjectNotation)isalightweightdata-interchangeformat.Itiseasyforhumanstoreadandwrite.Itiseasyformachinestoparseandgenerate.Itcanbeusedasadatainter
wode_dream
·
2015-08-04 15:00
json
Spark入门实战系列--1.Spark及其生态圈简介
【注】该系列文章以及使用到安装包/测试数据可以在《倾情大奉送--Spark入门实战系列》获取1、简介1.1 Spark简介Spark是加州大学伯克利分校AMP实验室(
Algorithms
,Machines
shishanyuan
·
2015-08-04 09:00
利用递归法和pygame实现迷宫寻路的动态展示_Prj002
在《ProblemSolvingwith
Algorithms
andDataStructures》一书的141页,作者给出了一个迷宫寻路的程序。
PosPro
·
2015-08-02 10:00
python
pygame
编程实例
递归法
迷宫寻路
《Introduction to
Algorithms
》笔记
原文链接:http://harttle.com/2013/10/28/introduction-to-
algorithms
.html基础知识算法基础插入排序//INSERTION-SORT(A) forj
·
2015-08-01 14:00
Java实现八个常用的排序算法:插入排序、冒泡排序、选择排序、希尔排序等
本文实现了八个常用的排序算法:插入排序、冒泡排序、选择排序、希尔排序、快速排序、归并排序、堆排序和LST基数排序首先是Eight
Algorithms
.java文件,代码如下:importjava.util.Arrays
Terry_小三哥
·
2015-07-31 09:42
Design Pattern Explained 读书笔记五——Strategy
Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromtheclientsthatuseit
lemon89
·
2015-07-31 01:00
设计模式
Pattern
策略
strategy
gof
插入排序、冒泡排序、选择排序、希尔排序、快速排序、归并排序、堆排序和LST基数排序——JAVA实现
首先是Eight
Algorithms
.java文件,代码如下:importjava.util.Arrays;/**实现了八个常用的排序算法:插入排序、冒泡排序、选择排序、希尔排序*以及快速排序、归并排序
Terry_小三哥
·
2015-07-30 20:21
算法
希尔排序
快速排序
归并排序
堆排序
基数排序
插入排序、冒泡排序、选择排序、希尔排序、快速排序、归并排序、堆排序和LST基数排序——JAVA实现
首先是Eight
Algorithms
.java文件,代码如下:importjava.util.Arrays; /* *实现了八个常用的排序算法:插入排序、冒泡排序、选择排序、希尔排序 *以及快速排序、归并排序
u010292827
·
2015-07-30 20:00
希尔排序
快速排序
归并排序
堆排序
基数排序
Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
XSF50717
·
2015-07-29 22:00
LeetCode
HDU 3498 whosyourdaddy
ProblemDescriptionsevenzerolikedWarcraftverymuch,buthehaven'tpracticeditforseveralyearsafterbeingaddictedto
algorithms
.Now
jtjy568805874
·
2015-07-29 21:00
HDU
LeetCode229:Majority Element II
Givenanintegerarrayofsize n,findallelementsthatappearmorethan ⌊n/3⌋ times.The
algorithms
houldruninlineartimeandinO
u012501459
·
2015-07-29 15:00
[LeetCode] Majority Element II
MajorityElementIIGivenanintegerarrayofsize n,findallelementsthatappearmorethan ⌊n/3⌋ times.The
algorithms
houldruninlineartimeandinO
wangshaner1
·
2015-07-27 11:00
LeetCode
C++
【听课笔记】算法导论1
课程地址 http://v.163.com/special/opencourse/
algorithms
.html 今天课程地址: http://open.163.com/movie/2010/12
·
2015-07-25 18:00
算法导论
STL中栈、队列和优先队列的使用
StandardTemplateLibrary,即标准模板库,STL可分为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adapters)、算法(
algorithms
EzCUfST
·
2015-07-24 20:49
STL
Sort List
Analyse: When it comes to O(nlogn), we need to think of sort
algorithms
like merge sort, quick sort,
·
2015-07-23 10:00
list
12 Things A Programmer Really Needs To Know
Ihavewrittenpoststryingtoanswerthatquestion,typicallyfocusingonthelanguagesthatyoushouldlearnorthe
algorithms
andothertechniquesyouneedt
skyer_lei
·
2015-07-22 15:00
设计模式_策略模式
StrategyPattern Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.
cjvs9k
·
2015-07-21 23:00
策略模式
LeetCode 题解(145): Single Number
题目:Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
u011029779
·
2015-07-21 12:00
Algorithm
LeetCode
面试题
#24 Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseo
ice_camel
·
2015-07-18 23:00
LeetCode
c
list
linked
多机器人系统实验室汇总
--中文介绍有待进一步完善--http://mrsl.rice.edu/Ourresearchisondistributed
algorithms
formulti-robotsystems,withafocusonbothalgorithmandsystemsdesign.Ourlong-termgoals
ZhangRelay
·
2015-07-18 14:00
多机器人系统
多机器人实验室
LeetCode--Majority Element II & 多数投票算法
题目Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
zjx409
·
2015-07-17 10:00
java
LeetCode
Algorithm
element
majority
通过Python编写模拟器对方案进行测试和分析的方法_Prj001
在《ProblemSolvingwith
Algorithms
andDataStructures》一书的第86页,作者(BradMiller,DavidRanum)提出了一个很有趣的问题并且通过Python
PosPro
·
2015-07-15 22:00
python
模拟器
编程实例
问题与解决方案
The Most Important
Algorithms
转自:http://www.risc.jku.at/people/ckoutsch/stuff/e_
algorithms
.htmlAfteralongdiscussionwithsomeofmyRISCcolleaguesaboutwhatthe5mostimportant
algorithms
ontheworldare
PParis
·
2015-07-15 13:38
算法
Majority Element II (leetcode 229)
Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
wuhuaiyu
·
2015-07-11 21:00
简要说明
至于纸质书还是电子版,随意公开课2005年MIT公开课Introductionto
Algorithms
(SMA5503)是算法导论的作者之一Prof.CharlesLeiserson所开的一门课程,其视频开放
xiaoying1990
·
2015-07-11 18:32
异或(XOR)在算法中的一些适用情况
everyelementappears twice exceptforone.Findthatsingleone.给你一个整型的数组,除了一个元素之外其余元素都只出现了两次,找到那一个独立的元素Note:Your
algorithms
houldhavealinearru
daghlny
·
2015-07-10 15:00
leetcode刷题,总结,记录,备忘24
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
guicaisa
·
2015-07-07 20:00
leetcode 229: Majority Element II
3172TotalSubmissions:14746Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
xudli
·
2015-07-07 04:00
#leetcode#Majority Element II
Givenanintegerarrayofsize n,findallelementsthatappearmorethan ⌊n/3⌋ times.The
algorithms
houldruninlineartimeandinO
ChiBaoNeLiuLiuNi
·
2015-07-02 10:00
LeetCode
RTB撕开黑盒子 Part 1: Datacratic's RTB
Algorithms
这篇文章是讨论Datacratic所用的统计和经济理论的一些内容。我们开发了realtimebidding算法s。为了实现广告主的目标,我们的算法自动地利用其它广告主的次优策略,并再查看广告的底价。我们想让我们的合作伙伴理解我们用的技术,并且认为它是合理的。“相信黑盒子”的价值观在这我们这里不成立的。First,TelltheTruth假设现在有一个效果广告的业务,总预算是$100,000,C
·
2015-07-01 10:00
algorithms
GC、(四)GC
Algorithms
: Implementations
NowthatwehavereviewedthecoreconceptsbehindGC
algorithms
,letusmovetothespecificimplementationsonecanfindinsidetheJVM.Animportantaspecttorecognizefirstisthefactthat
doctor_who2004
·
2015-06-30 23:00
GC
algorithms
basics
[LeetCode] Majority Element II
Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
u011331383
·
2015-06-30 20:00
LeetCode
Majority Element II
Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
brucehb
·
2015-06-30 00:00
LeetCode 题解(129): Majority Element II
题目:Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
u011029779
·
2015-06-29 13:00
Algorithm
LeetCode
面试题
遗传算法的优缺点
遗传算法的优缺点遗传算法属于进化算法(Evolutionary
Algorithms
)的一种,它通过模仿自然界的选择与遗传的机理来寻找最优解.遗传算法有三个基本算子:选择、交叉和变异.。
huang1024rui
·
2015-06-26 11:00
算法
优化
生物
计算机
The Middlebury Computer Vision Pages
Welcometovision.middlebury.edu.Thissiteisarepositoryforcomputervisionevaluationsanddatasets.Itcontains:TheMiddleburyStereoVisionPage,anevaluationofdensetwo-framestereo
algorithms
luckyboy101
·
2015-06-26 08:00
leetcode_136_Single Number
如有错误或疑问请留言纠正,谢谢Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusing
keyyuanxin
·
2015-06-23 14:00
LeetCode
C++
array
leetcode刷题,总结,记录,备忘137
leetcode137SingleNumberII Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextra
guicaisa
·
2015-06-23 00:00
C实现 LeetCode->Insertion Sort List(排序)(单链表)
二重循环 */// //InsertionSortList.c //
Algorithms
// //CreatedbyTTcon15/6/22.
liutianshx2012
·
2015-06-22 19:00
上一页
101
102
103
104
105
106
107
108
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他