搜索资源列表
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.
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