All Projects → gdutxiaoxu → Android_interview

gdutxiaoxu / Android_interview

这个仓库主要提供一些面试资料,计算机网络基础,算法,面试常见问题

Projects that are alternatives of or similar to Android interview

System Design And Architecture
Learn how to design large-scale systems. Prep for the system design interview.
Stars: ✭ 1,005 (+1110.84%)
Mutual labels:  interview, interview-questions, interview-practice
Awesome Android Interview
🔥 A awesome android expert interview questions and answers(continuous updating ...)
Stars: ✭ 3,596 (+4232.53%)
Mutual labels:  interview, interview-questions, interview-practice
Commondevknowledge
🔥 🌟⭐⭐⭐ ⭐ 史上最全的BAT大厂Android面试题汇集,以及常用的Android开发的一些技能点,冷门知识点汇总,开发中遇到的坑汇总等干货。
Stars: ✭ 2,831 (+3310.84%)
Mutual labels:  interview, interview-questions, interview-practice
Android-Interview-Study-2022
🤓 2021~ 안드로이드 취직 대비 면접 공부 기록터 📖
Stars: ✭ 92 (+10.84%)
Mutual labels:  interview, interview-practice, interview-questions
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+1260.24%)
Mutual labels:  interview, interview-questions, interview-practice
iOS-Interview
📚 Comprehensive list of questions and problems to pass an interview for the iOS Developer position
Stars: ✭ 127 (+53.01%)
Mutual labels:  interview, interview-practice, interview-questions
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-8.43%)
Mutual labels:  interview, interview-questions, interview-practice
SecurityInterviewGuide
网络信息安全从业者面试指南
Stars: ✭ 791 (+853.01%)
Mutual labels:  interview, interview-practice, interview-questions
Interactive Coding Challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Stars: ✭ 24,317 (+29197.59%)
Mutual labels:  interview, interview-questions, interview-practice
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+25933.73%)
Mutual labels:  interview, interview-questions, interview-practice
Algorithm-Implementations
Lots of algorithm's & their implementations that have been compiled from a variety of locations.
Stars: ✭ 15 (-81.93%)
Mutual labels:  interview, interview-practice, interview-questions
Cs Fundamentals
🎓 Data structures and algorithms
Stars: ✭ 869 (+946.99%)
Mutual labels:  interview, interview-questions, interview-practice
coding-interview
Resources for preparing for your next coding interview
Stars: ✭ 27 (-67.47%)
Mutual labels:  interview, interview-practice, interview-questions
interview-tips
A collection of awesome Interview Tips and Questions
Stars: ✭ 29 (-65.06%)
Mutual labels:  interview, interview-practice, interview-questions
counter-interview.dev
a collaborative collection of interview questions collected from both sides of the game: Interviewer(s) and Interviewee.
Stars: ✭ 102 (+22.89%)
Mutual labels:  interview, interview-practice, interview-questions
Codinginterviews
This repository contains coding interviews that I have encountered in company interviews
Stars: ✭ 2,881 (+3371.08%)
Mutual labels:  interview, interview-questions, interview-practice
Algorithmic-Problem-Solving
Solutions of algorithmic type of programming problems from sites like LeetCode.com, HackerRank.com, LeetCode.com, Codility.com, CodeForces.com, etc. using Java.
Stars: ✭ 20 (-75.9%)
Mutual labels:  interview, interview-practice, interview-questions
codewars python solutions
My CodeWars solutions in Python.
Stars: ✭ 111 (+33.73%)
Mutual labels:  interview, interview-practice, interview-questions
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (+268.67%)
Mutual labels:  interview, interview-questions, interview-practice
Awesome Ios Interview
📲 The curated list of iOS Developer interview questions and answers, Swift & Objective-C
Stars: ✭ 753 (+807.23%)
Mutual labels:  interview, interview-questions, interview-practice

简介

这个仓库主要提供一些面试资料,计算机网络基础,算法,面试常见问题,有兴趣的可以关注一下,会经常更新

微信公众号:徐公码字(stormjun94)
来源:https://github.com/gdutxiaoxu/Android_interview

微信公众号:

感想

刚开始准备刷算法题目的时候,感觉真的是好难,十道题目有九道是不会的。心中曾一万只草泥马跑过,自己怎么这么辣鸡。

慢慢得,我发现算法也是一个可以通过练习慢慢成长的。

  1. 首先我们要掌握基本的数据结构,数组,链表,哈希表, Set,二叉树,堆,栈等。你要知道他们有什么优缺点,适应场景是什么,时间复杂度和空间复杂度是多少。而不能知道简单的 API。
  2. 接着,掌握了这些基本的数据结构之后,一些基本的算法你也要掌握以下,比如快速排序,归并排序,对排序,二分查找。这些基本的一定要掌握,面试当中经常也会问到。
  3. 分类刷题,我们在力扣上面可以看到,https://leetcode-cn.com/problemset/algorithms/ ,刷题是可以按标签来的。比如链表,数组,二分查找,二叉树,动态规划等
  4. 学好算法不是一日之功,需要长期的积累。建议的做法是每天做一两道题,题目不在多,贵在于理解。坚持一两个月,你会发现你的感觉逐渐好起来了

最后,让我们一起加油,一起进大厂,拿期权,高薪。

目录

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].