All Projects → doocs → Coding Interview

doocs / Coding Interview

Licence: cc-by-sa-4.0
😀 代码面试题集,包括剑指 Offer、编程之美等

Projects that are alternatives of or similar to Coding Interview

iOS-Algorithm
iOS数据结构算法
Stars: ✭ 22 (-98.02%)
Mutual labels:  offer, coding-interviews
Techinterview
💎 Cheat sheet to prep for technical interviews.
Stars: ✭ 454 (-59.14%)
Mutual labels:  algorithms, coding-interviews
Leetcode
Leetcode solutions
Stars: ✭ 2,894 (+160.49%)
Mutual labels:  algorithms, coding-interviews
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+4839.24%)
Mutual labels:  algorithms, coding-interviews
Python For Coding Test
[한빛미디어] "이것이 취업을 위한 코딩 테스트다 with 파이썬" 전체 소스코드 저장소입니다.
Stars: ✭ 596 (-46.35%)
Mutual labels:  algorithms, coding-interviews
Tech Interview Handbook
💯 Curated interview preparation materials for busy engineers
Stars: ✭ 64,851 (+5737.17%)
Mutual labels:  algorithms, coding-interviews
Daily Coding Problem
Solutions for Daily Coding Problem.
Stars: ✭ 300 (-73%)
Mutual labels:  algorithms, coding-interviews
Machine Learning Notes
周志华《机器学习》手推笔记
Stars: ✭ 2,710 (+143.92%)
Mutual labels:  algorithms, notes
Ml Note
📙慢慢整理所学的机器学习算法,并根据自己所理解的样子叙述出来。(注重数学推导)
Stars: ✭ 537 (-51.67%)
Mutual labels:  algorithms, notes
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (-53.29%)
Mutual labels:  algorithms, coding-interviews
Cs Books
📚 Computer Science Books 计算机技术类书籍 PDF
Stars: ✭ 2,915 (+162.38%)
Mutual labels:  algorithms, offer
Android Notes
Android开发核心知识点笔记(不断更新中🔥)
Stars: ✭ 737 (-33.66%)
Mutual labels:  algorithms, notes
Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (-77.32%)
Mutual labels:  algorithms, coding-interviews
Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+18339.15%)
Mutual labels:  algorithms, coding-interviews
Awesome Coding Interview Question Patterns
The most common question-patterns for any coding-interview
Stars: ✭ 196 (-82.36%)
Mutual labels:  algorithms, coding-interviews
Codinginterviews
This repository contains coding interviews that I have encountered in company interviews
Stars: ✭ 2,881 (+159.32%)
Mutual labels:  algorithms, coding-interviews
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (-88.03%)
Mutual labels:  algorithms, coding-interviews
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-85.87%)
Mutual labels:  algorithms, coding-interviews
Fuck Coding Interviews
How on earth can I ever think of a solution like that in an interview?!
Stars: ✭ 464 (-58.24%)
Mutual labels:  algorithms, coding-interviews
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+462.65%)
Mutual labels:  algorithms, coding-interviews

互联网公司 IT 技术面试题集

license stars issues forks PRs Welcome

项目介绍

本仓库用于记录各大互联网公司 IT 技术面试高频题以及经典书籍读书笔记,包括《剑指 Offer》、《编程之美》、《代码整洁之道》等,抽空更新中。

书籍笔记

《剑指 Offer》

这本书选取的题目都是被各大公司面试官反复采用的编程题,极具实战意义。当然,如果一开始觉得这些题目比较难,也是很正常的,因为大公司的面试本身就不简单。我们逐步掌握书中总结的解题方法之后,再去面试大公司,将会轻松很多。

推荐三个在线刷《剑指 Offer》的平台,个人比较倾向于 LeetCode 中国

  • LeetCode 中国:近期上线,支持多种编程语言,墙裂推荐。
  • AcWing:支持 Java11。团队成员来自北大清华,剑指 Offer 第二版题目都有。
  • NowCoder:这个应该大多数人都知道,但是没有剑指 Offer 第二版新增的题目。

《代码整洁之道》

这本书名为 Clean Code,乃是 Object Mentor(鲍勃大叔开办的技术咨询和培训公司)一干大牛在编程方面的经验累积。写整洁代码,需要遵循大量的小技巧,贯彻刻苦习得的“整洁感”。

作者 Robert C. Martin 在书中阐述了代码各个方面如何做到整洁的经验与最佳实践。我们若能长期遵照这些经验编写代码,所谓“代码感”也就自然而然滋生出来。

《阿里巴巴 Java 开发手册》

别人都说我们是搬砖的码农,但我们知道自己是追求个性的艺术家。也许我们不会过多在意自己的外表和穿着,但在我们不羁的外表下,骨子里追求着代码的美、系统的美、设计的美,代码规范其实就是一个对程序美的定义。

《枕边算法书》

这本书,我是把它当作一本故事书来读的,里面的部分知识点还挺有意思。

《Effective Java》

这本书共包含了 78 个条目,每个条目讨论一条规则。它适用于任何具有实际 Java 工作经验的工程师,对于高级工程师,也能够提供一些发人深思的东西,是所有 Java 工程师必读书籍之一。


Doocs 社区优质项目

Doocs 技术社区,致力于打造一个内容完整、持续成长的互联网开发者学习生态圈!以下是 Doocs 旗下的一些优秀项目,欢迎各位开发者朋友持续保持关注。

# 项目 描述 热度
1 advanced-java 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识。
2 leetcode 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解。
3 source-code-hunter 互联网常用组件框架源码分析。
4 jvm Java 虚拟机底层原理知识总结。
5 coding-interview 代码面试题集,包括《剑指 Offer》、《编程之美》等。
6 md 一款高度简洁的微信 Markdown 编辑器。
7 technical-books 值得一看的技术书籍列表。

贡献者

感谢以下所有朋友对 Doocs 技术社区 所做出的贡献,参与项目维护请戳这儿

公众号

Doocs 技术社区旗下唯一公众号「Doocs 开源社区」​,欢迎扫码关注,专注分享技术领域相关知识及行业最新资讯。当然,也可以加我个人微信(备注:GitHub),拉你进技术交流群。


公众平台


个人微信

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].