一亩三分地 标签 标签 careercup 相关帖子

标签:
careercup (#careercup)

318个主题 | 4192个回复 | 最后更新: 2023-5-27 03:23

相关帖子

版块 回复/查看 最后发表
CC189 答案分享

借花献佛 github 上找到的i1 K% b/ o) q. K' K& a- ^3 z9 p. T; {https://github.com/gaylemcd/CtCI-6th-Edition5 E, {+ Y& ?+ g9 c- j* y

刷题 5 6760 jessie0320 2020-1-9 23:32
CC189 出来了

Cracking the Coding Interview, 6th Edition: 189 Programming Questions and Solutions Paperback – July 1, 2015

刷题 13 20658 cssg 2017-9-7 22:26
study progress for the ctci 189

I am studying the book ctci.I will be updating this post everyday with my progress as a way to motivate myself. Thanks!

刷题 1 1850 viviantx 2017-9-5 04:15
【求助】请问大家如何准备面试后的问题

看各种面筋,无论是HR面试还是技术面,大家好像都精心准备了问题。求问各位一般怎么准备问题呢?

刷题 0 1312 Galoisgun 2017-8-29 13:24
CC 189 请教1.2里面 O(n)的解法

1.2 里面, 书上给的O(n)的解法里面,不明白letters[s.charAt(i)] ++ 是怎么用的,而且为什么只有当letters[s.charAt(i)]

刷题 1 2510 yuxiang1515 2017-7-28 22:30
CareerCup上一道题关于Stack

谁能给解释下这题什么意思 [*] In the classic problem of the Towers of Hanoi, you have 3 rods and N disks of differentsiz ...

刷题 0 1462 koga 2017-1-24 09:16
另一个自己在用的刷careercup工具

https://github.com/skygragon/careercup-cli个人感觉在bash里刷题比看网页效率高补充内容 (2016-9-23 21:56):手机版:https://github.com/skygragon/careercup-m ...

刷题 3 2511 shanni 2016-9-24 11:09
有没有人知道Career Cup的python版本 参考答案

官方的在这里https://github.com/careercup/CtCI-6th-Edition-Python但是这个不全。有人能分享一下吗

刷题 0 1686 kafkagre 2016-7-1 05:08
活动 想找人一起online刷题,互相检查对方代码,并且互相提问[US]

最近找工作,开始刷题,希望找一个mate一起刷并且互相监督检查,交流思路和心得,进度什么的希望一起讨论,个人希望每天3-4道题。有兴趣的同学加个微信,同时可以给一下你 ...

刷题 3 2447 cptn3m0 2016-6-26 09:51
CC150 2.1 问题求助,急切请大神帮忙,谢谢!

关于CC150 2.1 remove dups 这道题,解答的第一个算法我就有个小问题不理解,原code如下:LinkedListNode cloneA = head.clone();deleteDups(cloneA);System.out.p ...

刷题 4 1533 gouber 2015-11-15 12:10
活动 Career Cup第四轮刷题继续

RT.此次活动是上个活动的继续,活动的内容和形式可见原帖:http://www.1point3acres.com/bbs/thread-125939-1-1.html活动上次停在了3.6,因此我们从3.7开始.数量依旧是 ...

刷题 27 6824 潇洒走一回 2015-9-12 01:51
一个软件测试的刷题记录

想换工作了,之前上学就没学过算法和数据结构,后来自己看了下书,然后一直在外企混(混了太久),之前换工作也拿过百度的offer,(基本没考算法,哈哈)性价比不 ...

刷题 13 5389 davidsuger 2015-9-3 09:19
【第四轮】6.28 - 7.4 Career Cup 4.4

4.4 Given a binary tree, design an algorithm which creates a linked list of all thenodes at each depth (e.g., if you have a tree with depth D, you'll have D lin ...

刷题 4 2516 地里匿名用户 2015-7-7 23:33
【第四轮】6.28 - 7.4 Career Cup 4.3

4.3 Given a sorted (increasingorder) array with unique integer elements, write analgorithm to create a binary search tree with minimal height. 请参加活动的 ...

刷题 5 2194 地里匿名用户 2015-7-7 03:51
【第四轮】6.28 - 7.4 Career Cup 4.2

4.2 Given a directed graph, design an algorithm to find out whether there is a routebetween two nodes. 请参加活动的童鞋跟帖回复自己的解法,回复请参考以下格 ...

刷题 3 2153 地里匿名用户 2015-7-7 03:15
【第四轮】6.28 - 7.4 Career Cup 4.1

4.1 Implement a function to check if a binary tree is balanced. For the purposes of this question, a balanced tree is defined to be a tree such that the height ...

刷题 4 2177 地里匿名用户 2015-7-7 03:10
【第四轮】6.28 - 7.4 Career Cup 3.7

写在前面:首先十分抱歉,由于我记错了开始时间,今天的题目现在才贴出来.(本来当时想的是一周从周日开始算,后来记成周一了,汗- -b)总之,今天刷题活动就正式开始了.报名的 ...

刷题 1 1957 水逼一枚 2015-6-29 14:13
想带一波CC刷题活动,先发个帖问一下有没有人有兴趣参加.

RT.原版主几个月前发过一个CC刷题帖(http://www.1point3acres.com/bbs/thread-125939-1-1.html),后来可能由于现实生活中事情比较多并没有继续更新.看到刷题报名帖中零 ...

刷题 9 2357 zj45499 2015-6-21 21:35
【第四轮】4.13 - 4.19 Career Cup 3.6

3.6 Write a program to sort a stack in ascending order (with biggest items on top).You may use at most one additional stack to hold items, but you may not co ...

刷题 5 2491 地里匿名用户 2015-6-7 10:13
【第四轮】4.13 - 4.19 Career Cup 3.7

3.7 An animal shelter holds only dogs and cats, and operates on a strictly "first in,first out" basis. People must adopt either the "oldest" (based on arrival ...

刷题 9 2994 地里匿名用户 2015-5-7 23:40
>
返回顶部