├── LeetCodeTest.playground.zip └── README.md /LeetCodeTest.playground.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogertan30/TopLeedcode/c8381b7b04417a050f6a589d43124609b5ebf738/LeetCodeTest.playground.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## 说明: 2 | 3 | 该清单主要针对客户端大厂算法面试。题目是按照[牛客网客户端高频算法](https://www.nowcoder.com/discuss/447791?source_id=profile_create&channel=-2)统计的算法出现频率来排序的。 4 | 5 | 清单总题目数为70题,其中相同题型大概有3道,类似题目也有几道,实际也就60多题。如果准备面试的时间比较短,建议优先学习出现频率>1次的题目,大概近40题。要达到大厂面试算法要求,要能够在leetcode或牛客网上默写所有算法,并且能够口述算法每一步的作用(大多数的题目我都有备注)。许多算法经典思想,也要做了解,搞不懂的多去leetcode题解区看看。 6 | 7 | 每道题都有很多种解法,我给出来的题解一般是推荐度比较高或比较经典的解法,题目是以swift实现的,欢迎补充其他语言版本。 8 | 9 | ## 推荐: 10 | 11 | 若你想系统学习算法知识,我推荐你先学习[小码哥恋上数据结构与算法](https://github.com/rogertan30/Love-Leetcode) 12 | 13 | 若你需要系统准备iOS面试,我推荐你看看[iOS面试知识汇总](https://github.com/rogertan30/CodeForJob) 14 | 15 | ## 数据来源: 16 | 17 | [LeetCode字节跳动企业题库高频算法top100](https://leetcode-cn.com/list/xhx0zp1m) 18 | 19 | [牛客网客户端高频算法](https://www.nowcoder.com/discuss/447791?source_id=profile_create&channel=-2) 20 | 21 | [小码哥恋上数据结构与算法精选面试题](https://juejin.im/post/6844904118100688904) 22 | 23 | ## 算法题: 24 | 25 | [题目下载地址](https://github.com/rogertan30/TopLeedcode/blob/main/LeetCodeTest.playground.zip) 26 | --------------------------------------------------------------------------------