搜索资源列表
netsafe
- 爱因斯坦在20世纪初出的这个谜语。他说世界上有98%的人答不出来。某家公司在面试应聘者时借用了爱因斯坦的这个IQ题,考查应聘者的IQ,现在我们暂且不去讨论这个公司用这样的题目来考查应聘者的IQ有多“变态”,如果是你,拿到了这样的笔试题目,你能做得出来吗? 1、在一条街上,有5座房子,喷了5种颜色。 2、每个房里住着不同国籍的人 3、每个人喝不同的饮料,抽不同品牌的香烟,养不同的宠物 问题是:谁养鱼? 提示: 1、英国人住红色房子
Mouse_and_Cat
- 面试老鼠和猫连动问题的集中解决方案 可以建议应付面试问题-interview rats and cats even move the concentrated solution can meet the proposed interview questions
dashuxiangcheng
- 面试经常遇到的大数相乘问题,代码简洁易懂
data_struct
- 非常常见的数据结构总结,面试笔试会经常提到问到的问题,适合认真学习巩固。-Very common summary of the data structure, often referred to a written interview to the question asked for the consolidation of serious study.
1
- 包含两个功能的源程序: 1 学生面试问题(如何实现老师面试学生人数的合理规划)。 2 JPDA算法的matlab实现。-The source code contains two functions: a student interview questions (a teacher interview how to achieve a reasonable number of students planning). 2 JPDA algorithm matlab implementatio
1
- 1 学生面试问题(如何实现老师面试学生人数合理安排)。 2 人工神经元的Matlab实现。 3 JPDA算法的Matlab实现。-A student interview questions (how to achieve a reasonable number of students the teacher interview arrangements). 2 The Matlab implementation of artificial neuron. 3 JPDA algorithm
MC
- 此代码是用概率算法来求素数,输入n值便可以得到n以内的所有素数,概率算法相比于确定性算法效率快乐很多,代码中用到了二个经典函数int MillRab(int n) int RepeatMillRab(int n,int k) 计算机面试时考官常问有关这二个函数的问题。-This code is to use probabilistic algorithms to find prime numbers, enter the n value will be able to get all prime
Massive_data_processing
- 大数据量的问题是很多面试笔试中经常出现的问题,比如baidu google 腾讯 这样的一些涉及到海量数据的公司经常会问到。-Large data problem is a lot of interview questions that often appear in written test, such as Tencent baidu google some of this mass of data related to the company often asked.
algorithm-for-scheduling-problems
- 这里整理笔试和面试中常用的几个排序问题的算法,简单易懂-Written test and interview here in the order of several commonly used algorithm for scheduling problems, easy to understand
Test_List
- 本代码,实现了基本的链表结构,同时完成了链表的翻转操作。链表的翻转是IT程序员面试时的常见问题,对找工作的同学,进一步了解链表的性能,有很大的帮助。-The code to achieve the basic linked list structure, and complete list of the flip operation. Flip is a list of common IT programmer interview questions for students to find w
data-structure
- 数据结构题集,里面有大量在面试中遇到的的数据结构相关的问题-Set data structure problem, there are a lot of experience in the interview data structure-related issues
lianbiao
- 关于链表的非常经典的问题与实现,非常实用,尤其是对刚刚学的以及需要面试的同学。-On the list of problems and to achieve a very classic, very useful, especially for newly learned and the need to interview students.
hailiang
- 海量数据处理的问题是很多面试笔试中经常出现的问题,是对数据结构和算法方面的考察,在数据库和搜索引擎方面有很大的作用。-The massive data processing is a recurrent problem in many interview written test, and inspection of the data structures and algorithms, databases and search engines have a significant role.
Joseph
- Joseph问题 编程面试 经典 约瑟夫 问题 Visual C-Joseph problems
Beauty-of-coding
- 一个微软面试的指南,也可以学到很多实用的解决问题的方法。学习算法的好书。-a guide to the interview of microsoft. and you can learn many algorithm as well.
binary-tree-amplitude
- 这是我参加某公司面试时做的一个二叉树问题题目,题目是求任意给出一组数看是否在树上,并求节点和数的裕度。这是我的答案,给大家分析参考。-This is a binary tree question when I participate a company s interview. The question is judging if a random series number is in binary tree and get the node and tree s amplitude.It s
mianshi
- 多阶段面试问题计算最优解,结果给出最短时间及其面试顺序-Multi-stage interview questions compute the optimal solution, the shortest time and the interview results are presented sequentially
若干面试题的MATLAB程序
- 包含若干个MAT LAB实现的面试算法编程题:小母牛繁殖问题,苹果捆绑销售问题,简单的数值排序,猴王游戏等