搜索资源列表
InterviewQuestions
- 何海涛“剑指offer”源码--名企面试官精讲典型编程题-source code of “Looking for offer”
jian--zhi-offer
- 这是一本帮助应届生找工作,笔试编程时有用的书《剑指offer》的对应代码-This is to help graduating students find a job, a written test programming useful book corresponding code
TreeDepth
- 剑指offer的源代码求二叉树的深度,有实例测试代码。-A function to find the depth of a binary tree。
NO3
- 剑指offer,题目:在一个二维数组中,每一行都按照从左到右递增的顺序排序,每一列都按照从上到下递增的顺序排序。请完成一个函数,输入这样的一个二维数组和一个整数,判断数组中是否含有该整数。-An offer, in a two-dimensional array, each row, according to the order of increasing from left to right, from the top to the bottom of each column in incre
NO4
- 剑指offer,题目:请实现一个函数,将一个字符串中的空格替换成“ 20”。例如,当字符串为We Are Happy.则经过替换之后的字符串为We 20Are 20Happy。-Sword refers to the offer, please implement a function that will be a string of Spaces replace " 20". For example, when a string as We Are Happy. After replacem
No5
- 剑指offer,输入一个链表,从尾到头打印链表每个节点的值。-An offer, enter a linked list, print the value of each node is linked list from the tail end.
NO6
- 剑指offer,输入某二叉树的前序遍历和中序遍历的结果,请重建出该二叉树。假设输入的前序遍历和中序遍历的结果中都不含重复的数字。例如输入前序遍历序列{1,2,4,7,3,5,6,8}和中序遍历序列{4,7,2,1,5,3,8,6},则重建二叉树并输出它的后序遍历序列。-An offer, enter the preamble of a binary tree traversal and sequence traversal results in reconstruction of the bin
NO7
- 剑指offer,用两个栈来实现一个队列,完成队列的Push和Pop操作。 队列中的元素为int类型。-An offer, to implement a queue with two stacks, queues Push and Pop operations. The elements in the queue for the int type.
offer
- 剑指offer纪念版(名企面试官精讲典型编程题)的全部源码-An offer Commemorative Edition (famous enterprises interviewer Jingjiang typical programming all the source code)
for-offer
- 剑指offer源码,VS2015版本,可直接打开解决方案-for offer
aim-at-offer
- 剑指offer中的所有算法题的Javascr ipt实现。包括一些其他算法和数据结构-All algorithms prove safety offer in title Javascr ipt implementation. Including a number of other algorithms and data structures
剑指offer解析
- 程序员面试宝典,主要为有兴趣志为程序员的应届生提供专业面试准备。(interview book for Programmer)
剑指offer
- 剑指offer电子版,不可多得的面试笔试宝典,对求职的整个流程以及细节都由完美的叙述!(An offer electronic version of the rare interview book, the whole process of the job and the details are perfect narrative!)
剑指offer
- Java程序员面试法宝,内容针对性强,包含了Java程序员面试时可能问到的各种情况(Java programmers interview magic, content is strong, including the Java programmers interview may ask a variety of situations)
剑指Offer
- 剑指offer,名企面试官精讲典型面试题,找软件开发或者算法工作神器(An Offer, for software development or algorithm assault artifact)
剑指offer
- 基础算法代码实现,C++实现,可直接运行(The implementation code of the basic algorithms.)
剑指offer源代码
- 剑指offer书籍源代码,很实用。剑指offer这本书很适合编程类求职的程序员。(An offer book source code, very practical.)
CodingInterviewChinese2-master
- 剑指offer题目解题代码,含有测试样例,以及详细注释,C++语言编写(An offer problem solving code)
剑指offer 名企面试官精讲典型编程题
- 简直offer清晰的扫描版pdf,绝对清晰,含有试题全部详细指导与解答(Simply offer clear scanning version of PDF, absolutely clear, full of detailed instructions and Solutions)
剑指OFFER 名企面试官精讲典型编程题 第2版(源码)
- 剑指OFFER名企面试官精讲典型编程题第2版(源码),各大名企数据结构算法面试题源码,可为工作面试准备