-
Updated
Aug 8, 2022
#
interview
Here are 2,517 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
Aug 3, 2022 - Python
-
Updated
Jul 7, 2022
javascript
computer-science
algorithm
algorithms
interview
data-structures
interview-preparation
javascript-algorithms
-
Updated
Aug 8, 2022 - JavaScript
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
-
Updated
Aug 8, 2022 - 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
Aug 5, 2022 - Java
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
javascript
python
java
computer-science
tree
algorithm
algorithms
leetcode
cpp
interview
algo
data-structures
leetcode-solutions
algorithms-datastructures
-
Updated
Aug 7, 2022 - 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
Aug 6, 2022
javascript
css
html
front-end
web-development
interview
interview-questions
css-questions
html-questions
js-questions
interview-test
interview-preparation
front-end-development
front-end-interview
front-end-system-design
-
Updated
Aug 4, 2022 - JavaScript
-
Updated
Aug 8, 2022 - JavaScript
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥 🔥 来看看,你会发现相见恨晚!🚀
-
Updated
Aug 8, 2022
Open
Add basic CI
19
bregman-arie
commented
Nov 17, 2021
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.
Open
## Python/Regex fix
4
我是依扬(木易杨),公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。
-
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
Jul 17, 2022 - Python
c
algorithm
database
leetcode
cpp
stl
interview
operating-system
data-structures
interviews
interview-practice
interview-questions
interview-preparation
-
Updated
Aug 7, 2022 - C++
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),6000+道前端面试题全面覆盖,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
Aug 8, 2022 - JavaScript
System design interview for IT companies
-
Updated
Jun 17, 2022
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
Everything you need to prepare for your technical interview
-
Updated
Aug 1, 2022
汇总各大互联网公司容易考察的高频leetcode题🔥 推荐刷题网站:https://www.lintcode.com/?utm_source=tf-github-codetop
-
Updated
Aug 5, 2022
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
c
search
computer-science
education
machine-learning
algorithms
datastructures
machine-learning-algorithms
mathematics
interview
sort
learn-to-code
data-structures
educational
algorithm-competitions
interview-questions
algorithm-challenges
hacktoberfest
community-driven
-
Updated
Aug 8, 2022 - C
-
Updated
Mar 22, 2022 - Java
ApacheCN 数据结构与算法译文集
-
Updated
Jul 7, 2022 - JavaScript
raklaptudirm
commented
Mar 24, 2022
Description
Use the new go1.18 FuzzXxx tests to test cipher algorithm encryption and decryption.
The tests should accept fuzzed strings, encrypt then decrypt them, and check for equality with the original. This can help catch more elusive bugs in the code.
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
May 16, 2022 - 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
Jul 25, 2022
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