作者:笑笑十年
我是做前端的,我的招聘要求通常是必须有能力手写代码,前端api非常少,不想C或者JAVA非常多的类库,如果前端这么点API还记不住,我实在不敢招进来。 再一个,IDE这东西仁者见仁,智者见智,不然为什么notepad++和sublime这类文本编辑器这么火? 我不愿意用eclipse的原因第一个太卡,第二个用它写程序最后我发现我不会部署。
View Article作者:PreZident
Because they’re part of a core body of knowledge taught in any undergraduate curriculum worth its salt, and because in some form or another, they came up in our daily work. 这句翻错了。 That’s a lot of time...
View Article作者:PreZident
And in four months we found out that if you understand the difference between threads and coroutines, can reverse a linked list, and have a basic understanding of condition variables, chances are...
View Article作者:gnay
第二题……第二题……题目意思不完整吧……如果这么说的话,int x = n * (n-1) / 2;应该还有限制,比如说,n可能很大,大到1亿什么的……你确认你用C语言来写的话,几分钟能写好 1亿 * 99999999 / 2?何况……可能还是1234567* 1234566 / 2; 99999999 * 50000000确实太简单了……
View Article作者:lx
我确实不明白“请写出一个C函数,实现反转一个单向链接表的功能。”这种简单的问题为什么写不出来!!!确定建立筛选的没有问题?确定会写的人没有因为运气不好简历直接被扔掉了?确定选人的不是xx大学毕业的不要?
View Article作者:KentZhang
上一次有个公司让我写个对应接口的C链表删除,我是没写出来。他们给的接口是这样的: void reverse(link_node * head, link_node * will_delete); 然而让我自己写个简单的vector包括迭代器,不要求太高的时间和空间复杂度的话,我还是能搞定的。...
View Article