码迷,mamicode.com
首页 >  
搜索关键字:面试算法    ( 239个结果
【LeetCode-面试算法经典-Java实现】【139-Word Break(单词拆分)】
【139-Word Break(单词拆分)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Given a string s and a dictionary of words dict, determine if s can be segmented into a ...
分类:编程语言   时间:2017-07-26 20:24:10    阅读次数:679
面试算法实习生
昨天刚开始是笔试,完事后两面技术面,最后hr面。第一次面试算法实习生,在此做下笔记,记录面试问题与自己的不足。 笔试: 回来看牛客网,居然发现大部分都有,但可惜我还没刷。 回忆下知识点从网上搜出这套题好多都有(2,5,6,7,8,9,21,42,46,48,49,53,55) 一、选择题 1. 某超 ...
分类:编程语言   时间:2017-07-26 20:18:28    阅读次数:276
【LeetCode-面试算法经典-Java实现】【107-Binary Tree Level Order Traversal II(二叉树层序遍历II)】
【107-Binary Tree Level Order Traversal II(二叉树层序遍历II)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Given a binary tree, return the bottom-up level order tra ...
分类:编程语言   时间:2017-07-21 23:25:59    阅读次数:226
【LeetCode-面试算法经典-Java实现】【066-Plus One(加一)】
【066-Plus One(加一)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Given a non-negative number represented as an array of digits, plus one to the number. The d ...
分类:编程语言   时间:2017-07-16 16:34:35    阅读次数:157
【LeetCode-面试算法经典-Java实现】【168-Excel Sheet Column Title(Excell列标题)】
【168-Excel Sheet Column Title(Excell列标题)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Given a positive integer, return its corresponding column title as ap ...
分类:编程语言   时间:2017-07-13 13:32:01    阅读次数:160
【LeetCode-面试算法经典-Java实现】【064-Minimum Path Sum(最小路径和)】
【064-Minimum Path Sum(最小路径和)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Given a m x n grid filled with non-negative numbers, find a path from top left to ...
分类:编程语言   时间:2017-07-09 23:11:10    阅读次数:323
【LeetCode-面试算法经典-Java实现】【063-Unique Paths II(唯一路径问题II)】
【063-Unique Paths II(唯一路径问题II)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Follow up for “Unique Paths”: Now consider if some obstacles are added to the g ...
分类:编程语言   时间:2017-07-07 14:25:32    阅读次数:121
【LeetCode-面试算法经典-Java实现】【054-Spiral Matrix(螺旋矩阵)】
【054-Spiral Matrix(螺旋矩阵)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Given a matrix of m x n elements (m rows, n columns), return all elements of the matr ...
分类:编程语言   时间:2017-07-01 20:55:13    阅读次数:171
【LeetCode-面试算法经典-Java实现】【056-Merge Intervals(区间合并)】
【056-Merge Intervals(区间合并)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Given a collection of intervals, merge all overlapping intervals. For example, Give ...
分类:编程语言   时间:2017-06-28 10:52:03    阅读次数:153
【LeetCode-面试算法经典-Java实现】【033-Search in Rotated Sorted Array(在旋转数组中搜索)】
【033-Search in Rotated Sorted Array(在旋转数组中搜索)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Suppose a sorted array is rotated at some pivot unknown to you b ...
分类:编程语言   时间:2017-06-24 21:04:15    阅读次数:192
239条   上一页 1 ... 3 4 5 6 7 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!