-
Updated
Nov 15, 2021
#
interview
Here are 2,200 public repositories matching this topic...
A complete computer science study plan to become a software engineer.
computer-science
algorithm
algorithms
interview
data-structures
software-engineering
coding-interviews
study-plan
interview-prep
interview-preparation
coding-interview
programming-interviews
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
python
design
development
programming
web
system
design-patterns
interview
web-application
webapp
interview-practice
interview-questions
design-system
-
Updated
Nov 10, 2021 - Python
-
Updated
Oct 22, 2021 - Java
javascript
computer-science
algorithm
algorithms
interview
data-structures
interview-preparation
javascript-algorithms
-
Updated
Nov 3, 2021 - JavaScript
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
-
Updated
Nov 15, 2021 - Java
Everything you need to know to get the job.
java
algorithm
algorithms
leetcode
interview
interviews
interview-practice
algorithm-competitions
leetcode-solutions
interview-questions
technical-coding-interview
algorithm-challenges
coding-interviews
coding-challenge
leetcode-questions
coding-challenges
leetcode-java
interview-prep
interview-preparation
coding-interview
-
Updated
Sep 4, 2021 - Java
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
javascript
python
java
computer-science
tree
algorithm
leetcode
cpp
interview
data-structures
maximum-sum
-
Updated
Nov 9, 2021 - JavaScript
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
computer-science
lists
devops
distributed-systems
machine-learning
awesome
web-development
programming
big-data
system
backend
architecture
scalability
resources
design-patterns
interview
awesome-list
interview-practice
interview-questions
system-design
-
Updated
Nov 11, 2021
-
Updated
Nov 12, 2021 - JavaScript
我是依扬(木易杨),公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。
-
Updated
Nov 9, 2020 - JavaScript
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
python
development
algorithm
programming
data-structure
interview
competitive-programming
coding
interview-practice
interview-questions
-
Updated
Apr 11, 2021 - Python
c
algorithm
database
leetcode
cpp
stl
interview
operating-system
data-structures
interviews
interview-practice
interview-questions
interview-preparation
-
Updated
Oct 6, 2021 - C++
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
react
nodejs
javascript
css
html
resume
front-end
node
vue
js
frontend
interview
interview-questions
frontend-interview
fe-interview
-
Updated
Nov 8, 2021 - JavaScript
Open
## Python/Regex fix
4
surister
commented
Jan 21, 2020
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥 🔥 来看看,你会发现相见恨晚!🚀
-
Updated
Nov 15, 2021
Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
-
Updated
May 3, 2020
System design interview for IT companies
-
Updated
Mar 9, 2021
Everything you need to prepare for your technical interview
-
Updated
Nov 1, 2021
2
saadshun
commented
Oct 4, 2020
Merges two subtitle files from two different languages, for a whole season of a TV show, or 1 video if value in file is edited to 1.
Description of Change
References
ApacheCN 数据结构与算法译文集
-
Updated
May 9, 2021 - JavaScript
-
Updated
Sep 30, 2021 - Java
A curated collection of common interview questions to help you prepare for your next interview.
javascript
css
html
education
snippets
interview
learn-to-code
awesome-list
interview-questions
snippets-collection
learning-resources
-
Updated
Sep 20, 2021 - JavaScript
A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
linux
answers
security
devops
unix
knowledge
skills
network
sysadmin
databases
resources
interview
systems
cybersecurity
exam
bsd
interview-questions
sysops
cheatsheets
webops
-
Updated
Nov 10, 2021
The top Internet companies android interview questions and answers
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Aug 27, 2020 - PHP
Improve this page
Add a description, image, and links to the interview topic page so that developers can more easily learn about it.
Add this topic to your repo
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