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
countsort
统计任意长度字符串中各个字符及个数——计数排序的又一个应用
/** * *统计出任意长度字符串s中的不同字符以及它的个数 */ public class
CountSort
{ public static void main(String[] args) { String
elitesunry
·
2009-04-14 18:00
字符串
CountSort
voidCountSort(inta[],intn)...{int*b=newint[n];inti,k,max;max=-2000000000;for(i=0;imax)max=a[i];int*c=newint[n+1];for(i=0;i=0;i--)...{b[c[a[i]]]=a[i];c[a[i]]--;}}
wapysun
·
2007-11-26 18:00
C++
c
C#
计数排序
countSort
用于对整型数组排序,时间复杂度为O(k+n)。当k=O(n)时,时间复杂度变为O(n)。
skyli
·
2007-04-03 00:00
上一页
1
2
下一页
按字母分类:
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
其他