A complete computer science study plan to become a software engineer.
-
Updated
Jan 5, 2022
{{ message }}
A complete computer science study plan to become a software engineer.
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
Everything you need to know to get the job.
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
我是依扬(木易杨),公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!
We already have some scripts in the scripts directory. It would be good to run them for every PR.
This is also a great task for beginners.
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
System design interview for IT companies
Everything you need to prepare for your technical interview
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
ApacheCN 数据结构与算法译文集
A curated collection of common interview questions to help you prepare for your next interview.
A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
The top Internet companies android interview questions and answers
GitHub最全的前端资源汇总仓库(包括前端学习、开发资源、求职面试等)
Add a description, image, and links to the interview topic page so that developers can more easily learn about it.
To associate your repository with the interview topic, visit your repo's landing page and select "manage topics."
We have a lot of
is_prime(or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical