# Internet-Recruiting-Algorithm-Problems **Repository Path**: lyricyang/Internet-Recruiting-Algorithm-Problems ## Basic Information - **Project Name**: Internet-Recruiting-Algorithm-Problems - **Description**: 《程序员代码面试指南》、公司招聘笔试题、《剑指Offer》、算法、数据结构 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 5 - **Created**: 2020-09-02 - **Last Updated**: 2025-07-15 ## Categories & Tags **Categories**: sample-code **Tags**: None ## README # 程序员面试笔试算法题 [^_^]: ![license](https://img.shields.io/github/license/mashape/apistatus.svg) [![](https://img.shields.io/github/followers/lyricyang.svg?style=social&label=Follow%20Me)](https://github.com/LyricYang) 面试造火箭,工作拧螺丝!作为一名程序猿,必须有造火箭的本事,才能有拧螺丝的机会,其中数据结构和算法是一项必须掌握和灵活运用的技能。为了温故而知新,我根据题源将题目分类如下,主要包括17和18年招聘时各公司的笔试题、《程序员代码面试指南》、面试过程中的算法题等,语言选择的是**JAVA**,题库会慢慢完善。 欢迎star,希望对大伙有用。 ## 公司招聘算法笔试题解答 各大互联网公司近两年招聘的算法编程题,只总结了部分,后续会不断补充。题解代码只是个人的思路,并不是最优的,有些题有解题说明,便于自己回忆和理解代码。 附上链接:[公司招聘算法笔试题解答](https://github.com/LyricYang/Internet-Recruiting-Algorithm-Problems/blob/master/InternetRecruitingAlgorithmProblems/Readme.md) ## 《程序员代码面试指南》源码分章总结 这本书不仅可以作为代码面试指南,还可以作为学生与程序员的辅助练习。作者刷题5年,悉数总结都沉淀在这本书里,相信跟着他的引导,从头到尾逐一攻克一定会有所收获。   ——叶向宇牛客网CEO 附上链接:[程序员代码面试指南](https://github.com/LyricYang/Internet-Recruiting-Algorithm-Problems/blob/master/CodeInterviewGuide/README.md) ## 《剑指offer》 《剑指offer》中的题目在笔试面试中经常遇到,可以在[牛客网](https://www.nowcoder.com/ta/coding-interviews)上在线编程。我在总结时,会给出自己的代码(自己做题时的思路)和书中的参考代码,代码还是以书上的为准。 附上链接:[剑指Offer](https://github.com/LyricYang/Internet-Recruiting-Algorithm-Problems/blob/master/JianZhiOffer/README.md) ## 面试过程中遇到的手写代码题 面试过程中面试官往往会让你针对实际问题手写代码或者提出几个问题让你描述解题思路,写出关键代码。 附上链接:[面试中手撕的代码问题](https://github.com/LyricYang/Internet-Recruiting-Algorithm-Problems/blob/master/INTERVIEW/Interview.md)