Skip to content

Latest commit

 

History

History
133 lines (115 loc) · 7.74 KB

github-interview-collection.md

File metadata and controls

133 lines (115 loc) · 7.74 KB

GitHub面试资源学习

文章

书籍

  • Competitive Programming 3 - Steven Halim & Felix Halim
  • Cracking The Coding Interview - Gayle Laakmann McDowell 练习题代码
  • Cracking The PM Interview - Gayle Laakmann McDowell & Jackie Bavaro
  • 《算法导论》 Introduction to Algorithms - Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest & Clifford Stein

新闻

代码

著名公司面试题答案(Java)

数据结构与算法(JavaScript)

在线测试

在线编程练习

视频教程

数据结构

算法

排序

排序与搜索面试题

图算法