juleswang's recent timeline updates
juleswang

juleswang

V2EX member #117889, joined on 2015-05-20 16:07:05 +08:00
Per juleswang's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
juleswang's recent replies
Mar 22, 2018
Replied to a topic by madNeal 全球工单系统 链家,泄露用户隐私?
我前几天心情忐忑的注册了链家 app 账号, 填了手机号码, 几天了没有中介电话。 苹果手机。

我觉得可以排除链家 app 所为。
人工标注啊, 为谷歌自动驾驶汽车的研发做贡献。哈哈
已 block ,主要是楼主 这种 非要把内容写在标题, 乱用标点符号。 气死语文老师的人, 代表语文语文老师 block 了你。 这样你也学到了很多。是不是很赚。比发在百毒知道 受教多了把。
Jun 26, 2017
Replied to a topic by xcatliu 程序员 内向如我
网红,好久不见啊
May 2, 2017
Replied to a topic by levin1001 酷工作 美团点评求优秀前端实习生
工资也不写,就记得玩 js 正则~
怎么好像看过。 从哪里抄来的。。。
”超赞的程序员鼓励师( PM 妹纸)“, 笑了
Jan 6, 2017
Replied to a topic by xcatliu 程序员 流浪小猫的 2016 年总结
叫你网红更合适,哈哈
Dec 26, 2016
Replied to a topic by lxiange 程序员 来看看这个函数的时间复杂度是多少
看不下去了, 楼主一共贴了三段代码:

void foo1(int n) {
int bar = 0;
for (int i = 0; i < n; i++) {
bar++;
}
}

void foo1(int n) {
int bar = 0;
for (int i = 0; i < n; i++) {
bar += i++;
}
}

void foo(int n) {
int sum = 0;
int i = 0;
while (sum < n) {
sum += i++;
}
}

三段代码不完全等同。 我个人认为时间复杂度分别为 O(n), O(sqrt(n)),O(sqrt(n))
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   923 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 19:01 · PVG 03:01 · LAX 12:01 · JFK 15:01
♥ Do have faith in what you're doing.