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
cc150
[
cc150
] 1.3
Designanalgorithmandwritecodetoremovetheduplicatecharactersinastringwithoutusinganyadditionalbuffer.NOTE:Oneortwoadditionalvariablesarefine.Anextracopyofthearrayisnot.FOLLOWUPWritethetestcasesforthis
tuantuanls
·
2013-03-15 10:22
cc150
[
cc150
] 1.2
1.2WritecodetoreverseaC-StyleString. class Solution { public: void reverse(char *str){ if (!*str) return; char *p = str, *q = str; while (*q) q++;
tuantuanls
·
2013-03-14 17:37
cc150
[
cc150
] 1.1
1.1Implementanalgorithmtodetermineifastringhasalluniquecharacters.Whatifyoucannotuseadditionaldatastructure?1.假定input只有‘a’~‘z’这26个字母,开个最naive的hash就可以了 class Solution { public: bool is
tuantuanls
·
2013-03-14 16:41
cc150
百度面试
面了百度感觉很不开心呀完全被面试官牵着鼻子走感觉自己的基本功还是太差啦所以开了这个博客开始一段漫漫的刷题路虽然我觉得这个51cto的界面做的很恶心但是将就着用吧嘻嘻目前主刷
CC150
吧不多说啦最后吐槽一下
tuantuanls
·
2013-03-14 16:23
面试
上一页
1
2
3
4
下一页
按字母分类:
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
其他