CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 面试

搜索资源列表

  1. Binary-Tree-Preorder-Traversal

    0下载:
  2. leetcode上的题目,二叉树的,考察基本的数据结构,程序员面试必备。-a problem in leetcode
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1851458
    • 提供者:liu
  1. 15-FindKthToTail

    0下载:
  2. 剑指offer上的题目,求第K个数的,面试必刷题目。-a problem in offers.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1390658
    • 提供者:liu
  1. 13-DeleteNode

    0下载:
  2. 剑指offer上的,删除节点的题目,基础题,必考,程序员面试必备。-a problem in offers.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1381406
    • 提供者:liu
  1. 8-MinInOrder

    0下载:
  2. 剑指offer上的题目,求最小值的,比较基础,程序员面试别准备题目。-a problem in the way to offers.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1728696
    • 提供者:liu
  1. 17-Merge

    0下载:
  2. 剑指offer上的题目,比较基础,合并链表,程序员面试中常考的题目,可以参考以下。-a problem in the way to offers.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1380803
    • 提供者:liu
  1. 3

    0下载:
  2.  某公司在对应聘者做过一轮笔试之后,从中选出n 人继续进行面试,每位应聘者被分配了一个整数ID。   为公平起见,组织者决定利用会议室外的圆桌,按以下方法“随机”确定面试顺序:第一个到达的应聘者在圆桌周围任意选择一个位置坐下;此后到达的每位应聘者都从前一应聘者出发,沿逆时针方向围圆桌走过m 人(前一应聘者算作走过的第1 人,同一人可能经过多次),并紧邻第m 人右侧就座;所有应聘者到齐后,从最后到达者出发,绕圆桌以顺时针方向为序进行面试。   这里假定应聘者到达的时
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1637
    • 提供者:kimhanmiru
  1. Interview

    0下载:
  2. Interview题目是对n个数据进行排序再输出。利用循环链表可以方便的进行m次后移,并且利于倒序输出。构建结构体struct in,结构体中有每个面试者的编号no,和指向下一个结构体的指针。-Interview data subject is a sort of n and then output. Use circular list can easily be moved after m times, and is conducive to reverse output. Construct
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2593624
    • 提供者:荣良子
  1. Algorithm_EveryDay

    0下载:
  2. 里面包含的代码有:名字的漂亮度、判断两个单向链表是否有相交,并找出交点、双向冒泡排序、//数组是否重复、输出最大矩阵、实现单链表交换任意两个元素(不包括表头)等,面试必备题目-Which contains the code: name of beautiful, judgment two one-way linked list is intersect, and find out the intersection, bidirectional bubble sort,// array is re
  3. 所属分类:File Operate

    • 发布日期:2017-06-09
    • 文件大小:16078623
    • 提供者:温鑫荣
  1. btree

    0下载:
  2. linux c语言面试中经常遇到经典二叉树算法-linux c language interview often encountered in classical binary tree algorithm
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:1275
    • 提供者:白雪
  1. jianzhiOffer

    0下载:
  2. 剑指offer书籍,是考试工作必备的书籍,里面包含面试经验。-testing and learing!
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-14
    • 文件大小:22295888
    • 提供者:cj
  1. Fibonacci

    0下载:
  2. 经典的C语言面试基础算法及代码之计算Fibonacci数列-Calculation classic C language interview based algorithm and the code of the Fibonacci sequence
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:525
    • 提供者:熊剑廷
  1. 2to10

    0下载:
  2. 经典的C语言面试基础算法及代码之二进制与十进制之间的相互转换-Classic C language conversion algorithm based on interviews with the decimal and binary codes of between
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:621
    • 提供者:熊剑廷
  1. CompBinTree

    0下载:
  2. 比较可旋转二叉树是否相等,是面试经典问题之一,使用“或”运算降低复杂度。-Compare rotatable binary equality is one of the classic interview question, use the or operator reduce complexity
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:679
    • 提供者:彭雄友
  1. SECOND-NUMBER

    0下载:
  2. 面试题,找出一个整形数组中第二大的数,标准程序,简洁明了,最受面试官青睐。-the standard process to find out the second biggist number in a matrix when inteviewing.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:522
    • 提供者:王一二
  1. ctci-5th-cPPcode

    0下载:
  2. 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++
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:49563
    • 提供者:黄立·
  1. c_or_cpp

    0下载:
  2. 这个是一本不错的书 面试中必须会问到的问题-wo ye bu zhi dao
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:391978
    • 提供者:将饿
  1. Programmer

    0下载:
  2. 程序员面试宝典:本书不仅对传统的C系语言考点做了详尽解说,还根据外企出题最新特点,新增加了对友元、Static、图形/音频、树、栈、ERP等问题的深入讲解。-This book is not only the traditional C language test to do a detailed explanation, according to the latest foreign title, added to the new friends, Static, graphics/audio
  3. 所属分类:android

    • 发布日期:2017-05-22
    • 文件大小:6419441
    • 提供者:GHB
  1. 16-basic-test-problems-in-C-language

    0下载:
  2. 想成为嵌入式程序员面试时都应知道的16个基本C语言测试问题-16 basic test problems in C language
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:25206
    • 提供者:冼镜潮
  1. interview-arrangement

    2下载:
  2. 某IT公司招聘新员工,收到了N份简历,人力资源部小X和小Y负责挑选简历安排面试,他们把N份简历排成了一个圆圈,按逆时针方向编号为1到N。开始时小X站在1号简历前,按逆时针方向数K份简历选中,小Y站在N号简历前,按顺时针方向数M份简历选中。两人同时取走所选简历之后,分别按逆时针和顺时针走到下一份简历前,再重复如上的方法取简历,直到取走所有简历,如果两人选中同一份简历,则只输出一个编号。-An IT company recruiting new employees, received a resum
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:3633
    • 提供者:王雪
  1. InterViewSchedule

    0下载:
  2. 基于Fullcalendar组件前台+C# ASP.NET后台+MSSQL 2010数据库的面试日程管理系统,适用于小型企业(若擅长js,对前台控件修改,增加搜索功能,也能适用于数据量较大的情况(10000面试者数量级))。 开发环境:Microsoft VS2015,SQL Server Management Studio 2010,chrome浏览器(其他主流浏览器均可) 文档:设计文档,操作说明文档 界面:见zip文件。 说明:项目sln直接可以打开,可调试,可发布。de
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-05-21
    • 文件大小:5680027
    • 提供者:张宇
« 1 2 ... 27 28 29 30 31 3233 34 35 »
搜珍网 www.dssz.com