码迷,mamicode.com
首页 >  
搜索关键字:interview    ( 649个结果
lc 简化路径
链接:https://leetcode-cn.com/explore/interview/card/bytedance/242/string/1013/ 代码: #include <stack> class Solution { public: string simplifyPath(string ...
分类:其他好文   时间:2020-05-18 00:23:56    阅读次数:56
lc 最长公共前缀
链接:https://leetcode-cn.com/explore/interview/card/bytedance/242/string/1014/ 代码: class Solution { public: string longestCommonPrefix(vector<string>& s ...
分类:其他好文   时间:2020-05-18 00:20:51    阅读次数:72
试题-算法
本文出处:https://github.com/0voice/ 题目:已知 sqrt (2)约等于 1.414,要求不用数学库,求 sqrt (2)精确到小数点后 10 位。 出题人:——阿里巴巴出题专家:文景/阿里云 CDN 资深技术专家 参考答案: * 考察点 基础算法的灵活应用能力(二分法学过 ...
分类:编程语言   时间:2020-05-08 16:00:59    阅读次数:69
02 - 首页设计思路
1. categoryAndcarousel.jsp 分类和轮播 1.1 categoryMenu.jsp 竖状分类菜单 1.2 productsAsideCategorys.jsp 竖状分类菜单右侧的推荐产品列表 1.3 carousel.jsp 轮播2. homepageCategoryProd ...
分类:其他好文   时间:2020-05-04 00:39:39    阅读次数:64
位运算
二进制中1的个数 "题目链接" 每位遍历O(n) 只遍历1的个数O(m) ...
分类:其他好文   时间:2020-04-23 23:25:28    阅读次数:84
Python基础 ---(4)函数
def workflow(): print("第一步:打开") print("第二步:输入") print("第三步:执行") print("第四步:结果")workflow()print(" ")def interview(interviewee): print ('求职者是'+interview ...
分类:编程语言   时间:2020-04-13 19:56:34    阅读次数:104
Java实现文件夹复制
使用递归复制文件夹和文件 package constxiong.interview; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.i ...
分类:编程语言   时间:2020-04-06 15:51:14    阅读次数:88
Google的面试题长啥样?看完被吊打!
本文翻译自Google工程师/面试官Alex Golec的文章:Google Interview Questions Deconstructed: The Knight’s Dialer; 来源:实验楼,翻译:实验楼扫地阿姨 原文:https://medium.com/@alexgolec/goog ...
分类:其他好文   时间:2020-04-01 17:48:58    阅读次数:89
解析“60k”大佬的19道C#面试题
https://www.cnblogs.com/sdflysha/p/20200325-19-csharp-interview-question-from-60k-boss-1.html 请简述async函数的编译方式 请简述Task状态机的实现和工作机制 请简述await的作用和原理,并说明和Ge ...
分类:Windows程序   时间:2020-03-29 12:38:33    阅读次数:73
【剑指offer】18.删除链表中重复节点
思路 实现 https://gitee.com/sicnu yudidi/interview/blob/master/%E5%89%91%E6%8C%87offer v2/%E9%93%BE%E8%A1%A8/82.%20Remove%20Duplicates%20from%20Sorted%20L ...
分类:其他好文   时间:2020-03-24 15:46:47    阅读次数:56
649条   上一页 1 ... 3 4 5 6 7 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!