CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 面试题

搜索资源列表

  1. treecros

    0下载:
  2. 快速遍历二叉树的几种算法,也是微软的面试题中的一道
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9881
    • 提供者:bill
  1. strkmp

    0下载:
  2. 微软面试题:给出一个函数来输出一个字符串的所有排列。 简单的回溯就可以实现了。当然排列的产生也有很多种算法,去看看组合数学,还有逆序生成排列和一些不需要递归生成排列的方法。印象中Knuth的<TAOCP>第一卷里面深入讲了排列的生成。这些算法的理解需要一定的数学功底,也需要一定的灵感,有兴趣最好看看。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9232
    • 提供者:bill
  1. data-structures

    0下载:
  2. 很好的数据结构面试题,包括常见的多种典型数据结构算法,面试必备-Good data structure interview questions
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:9730
    • 提供者:xiaofeixiang
  1. maximum_distance_in_Btree

    0下载:
  2. 分析了求二叉树中最大距离的方法,并给出了程序。这是关于微软面试题的心得。-Analysis of binary tree for the largest distance method of procedure. This is a test on the Microsoft Surface experience.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:277493
    • 提供者:郑正
  1. paixu

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

    • 发布日期:2017-03-23
    • 文件大小:9242
    • 提供者:chen
  1. maolei

    0下载:
  2. 查找并替换字串 返回替换次数 用于面试题或者初学者 比较普通的算法-find and replace childString, and return replace times
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:674915
    • 提供者:maofei
  1. asp.net(Exercise)

    0下载:
  2. 一些。net的控件常见面试题目,有注释 有自己心得和整理的东西-Number. net controls common interview questions, there are notes have their own ideas and organize things
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:33845
    • 提供者:miki
  1. program_how_to_control_CPU

    0下载:
  2. 据说是微软面试题,这篇文章主要讲如何编最短的程序来控制cpu-The paper is mainly about interview of Microsoft. This passage is talking about how to program the shortest code to control the cpu.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:539391
    • 提供者:陈风
  1. the_num_of_one

    0下载:
  2. 微软面试题。这篇文章主要讨论在计算1的个数里使用到的技巧。-The paper is talking about the interview of Microsoft .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:254022
    • 提供者:陈风
  1. Factorial

    0下载:
  2. 微软面试题。这篇文章主要讨论大数的阶乘问题。-Microsoft surface questions. This article focuses on the large number of the factorial problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:219117
    • 提供者:陈风
  1. face

    0下载:
  2. 面试题数据结构 以及答案.doc word-Surface data structure as well as answer questions. Doc word
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:15751
    • 提供者:xx
  1. classic-source-C-language-code

    0下载:
  2. 汇集了面试中常见的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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:174653
    • 提供者:北风之神
  1. programmer-interview

    0下载:
  2. 介绍了C程序设计,数据结构,操作系统,数据库和网络方面经典的面试题,很有参考价值,适合人手一本-Describes the C programming, data structures, operating systems, databases and networks classic interview questions, a good reference for staffing a
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5122841
    • 提供者:轩轩
  1. 17minute

    0下载:
  2. 17分钟过桥问题的C++实现,这个曾经是微软的一道面试题,这里用比较精炼的c++代码实现了,有较好的参考价值,在c++ BUilder 环境下调试通过。-17 minutes across the bridge problem C++ implementation, this used to be a Microsoft interview questions, here in a more refined c++ code, and a good reference value in c++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:739
    • 提供者:
  1. shengxu

    0下载:
  2. 程序代码主要是实现两个升序合并成一个升序,这是一道数据结构面试题-Program code is to achieve two main ascending into one ascending, which is a data structure interview questions
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:11026
    • 提供者:zhicheng
  1. run

    0下载:
  2. 一到面试题,题目为:400米的运动场上,甲在乙的前方100米处,甲速度6m/s,乙速度7m/s。甲乙两人每跑到整百米处都要休息5s,问乙何时才能追上甲。-One to face questions, the subject of: 400 meter playground, a B in front of the 100 meters, a speed of 6m/s, B speed 7m/s. B went to the entire two hundred meters of each s
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:613
    • 提供者:
  1. Algorithm-interview-questions

    0下载:
  2. 算法大全 面试题 链表 栈 二叉树 数据结构 -Algorithm Guinness interview questions list stack data structure of binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:29433
    • 提供者:胡钰
  1. Calgorithm

    0下载:
  2. C语言算法合集,包括数值算法,常用算法演示,还有各类面试题-C language algorithms collection, including the numerical algorithm, commonly used algorithm presentation, as well as various types of interview questions
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:342193
    • 提供者:肖晨曦
  1. 1.3_pancake

    0下载:
  2. 微软的一道经典面试题,烙饼问题,对《编程之美》中的算法进行了优化,希望能有所帮助-A classic Microsoft interview questions, pancakes, programming algorithm optimization, hoping to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2373
    • 提供者:perfectist
  1. edit-distance

    0下载:
  2. 阿里巴巴面试题个人题解。 对于一个数字串,需要通过一定的操作变成另一个数字串,问最小操作次数。 总共有3钟操作: 1.某位数字加一 2.某位数字减一 3.调换任意两位数字(The Alibaba interview questions personal problem. For a digit string, we need to turn another operation into another string and ask the minimum number of operations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:windlbl
« 12 »
搜珍网 www.dssz.com