搜索资源列表
Interview
- 网上流传的5个面试题目,采用C#语言编写。题目如下: 一、设计一个自然数数组,包含50个范围在(0,200)的自然数,并从小到大排列,随机产生一个范围在(0,200)自然数,去数组中用二分查找法查找,如果存在返回值并获取这个数在数组中的位置(第几个);如果不存在,返回假。 要求: 1。编写初始化数组。并提供借口显示数组序号和内容; 2。对数组排序,并提供接口显示数据需要和内容; 3。随机产生自然数; 4。用二分法查找随机数。 二、设计一个程序,当主窗口显示时,从窗口客
programingforinterview
- 中文名称:程序员面试宝典,程序员面试必读,讲解了C++的重点,从数据结构到应用,很不错
C++面试试题
- C++面试试题,值得一看-C interview questions, the eye-catcher
stl
- 模板类C++,公司面试必备的东西,简介清楚易学-moudle of c++
paixu
- 2008软件公司面试题:排序大全:简单选择排序、冒泡排序、选择排序、shell排序、快速排序、插入排序、堆排序(从小到大)、归并排序(利用递归)-2008 software companies face questions: Sort Guinness: simple choice to sort, bubble sort, select sort, shell sort, quick sort, insert sort HEAPSORT (from small to large), Mergi
Tree
- 数据结构中经典的树结构的C++语言描述算法,对于面试中数据结构的理解很有帮助-Data structure in the classic tree structure C++ Language to describe algorithms, data structure for the interview helpful understanding
Cbianmianshibaodian
- 计算机考研 笔面试宝典 主要关于c++编程方面-computer kaoyan interview way
Csuanfashili
- C算法的一些经典实例,对工作笔试面试很有帮助!-C algorithm for some of the classic examples of the work written examination and interview help!
algorithm_for_interview
- 面试常见算法以及解法,非常好,全部用C++实现。有详细解释-Common algorithms and interview method, very good, all with C++ implementation. Explained in detail
classic-source-C-language-code
- 汇集了面试中常见的C语言面试题,从计算公约数、公倍数,到各种查找、排序算法,再到各种二叉树、图等算法,面试必备,强烈推荐-A collection of common interview questions C language side, from the calculated divisor, common multiple, to a variety of search, sorting algorithm, then all kinds of binary tree, graph and
data-struct
- 面试用到的有关数据结构算法方面的题,很全-data structure by c or c++
paixu
- C和C++数据结构里对排序算法的综合研究文档,对于找工作的笔试和面试都很有用-C and C++ data structures in a comprehensive study of the document sorting algorithm for job interviews and tests are useful
Joseph
- Joseph问题 编程面试 经典 约瑟夫 问题 Visual C-Joseph problems
cyuyan100
- 100道经典的C语言试题,学会了面试就OK了-100 classic C language questions, learn interview on OK
MicrosoftInterview100Problems
- 本人做的微软面试100题C语言实现部分,希望能够提供帮助-Microsoft Interview 100 problems
ctci-5th-cPPcode
- ctci是一本程序员面试的好书,不过其中内容大部分有java实现,这里提供了全部的c++代码,供C++程序员学习-ctci is a programmer interview books, but most of its contents have java to achieve, there is provided a full c++ code for programmers to learn C++
手写代码必备手册(C++版).pdf
- 程序员面试时用的算法,对于补基础非常好。(it is for code interview)
直通BAT面试算法精讲课
- 牛客网直通BAT课程 代码,包含课程所有习题代码(c++ code of all exercises on www.nowcoder.com)
动态规划
- 动态规划的C++代码,动态规划是应届生笔试面试中的常见题型(Dynamic programming of C++ code, dynamic programming is a common topic in the interview for the students written by the students)