借花献佛 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
Cracking the Coding Interview, 6th Edition: 189 Programming Questions and Solutions Paperback – July 1, 2015
I am studying the book ctci.I will be updating this post everyday with my progress as a way to motivate myself. Thanks!
看各种面筋,无论是HR面试还是技术面,大家好像都精心准备了问题。求问各位一般怎么准备问题呢?
1.2 里面, 书上给的O(n)的解法里面,不明白letters[s.charAt(i)] ++ 是怎么用的,而且为什么只有当letters[s.charAt(i)]
谁能给解释下这题什么意思 [*] In the classic problem of the Towers of Hanoi, you have 3 rods and N disks of differentsiz ...
https://github.com/skygragon/careercup-cli个人感觉在bash里刷题比看网页效率高补充内容 (2016-9-23 21:56):手机版:https://github.com/skygragon/careercup-m ...
官方的在这里https://github.com/careercup/CtCI-6th-Edition-Python但是这个不全。有人能分享一下吗
最近找工作,开始刷题,希望找一个mate一起刷并且互相监督检查,交流思路和心得,进度什么的希望一起讨论,个人希望每天3-4道题。有兴趣的同学加个微信,同时可以给一下你 ...
关于CC150 2.1 remove dups 这道题,解答的第一个算法我就有个小问题不理解,原code如下:LinkedListNode cloneA = head.clone();deleteDups(cloneA);System.out.p ...
RT.此次活动是上个活动的继续,活动的内容和形式可见原帖:http://www.1point3acres.com/bbs/thread-125939-1-1.html活动上次停在了3.6,因此我们从3.7开始.数量依旧是 ...
想换工作了,之前上学就没学过算法和数据结构,后来自己看了下书,然后一直在外企混(混了太久),之前换工作也拿过百度的offer,(基本没考算法,哈哈)性价比不 ...
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.3 Given a sorted (increasingorder) array with unique integer elements, write analgorithm to create a binary search tree with minimal height. 请参加活动的 ...
4.2 Given a directed graph, design an algorithm to find out whether there is a routebetween two nodes. 请参加活动的童鞋跟帖回复自己的解法,回复请参考以下格 ...
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 ...
写在前面:首先十分抱歉,由于我记错了开始时间,今天的题目现在才贴出来.(本来当时想的是一周从周日开始算,后来记成周一了,汗- -b)总之,今天刷题活动就正式开始了.报名的 ...
RT.原版主几个月前发过一个CC刷题帖(http://www.1point3acres.com/bbs/thread-125939-1-1.html),后来可能由于现实生活中事情比较多并没有继续更新.看到刷题报名帖中零 ...
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 ...
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 ...