Here are
984 public repositories
matching this topic...
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Updated
Feb 4, 2020
Python
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
Everything you need to know to get the job.
💯 Materials to help you rock your next coding interview
Updated
Feb 4, 2020
JavaScript
A curated awesome list of lists of interview questions. Feel free to contribute!
🎓
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
🕸 Almost complete answers to "Front-end Job Interview Questions" which you can use to interview potential candidates, test yourself or completely ignore
Updated
Feb 4, 2020
JavaScript
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Updated
Feb 4, 2020
Python
System design interview for IT companies
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家)
Updated
Feb 4, 2020
JavaScript
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。
Everything you need to prepare for your technical interview
The top Internet companies android interview questions and answers
Updated
Feb 4, 2020
JavaScript
A curated collection of common interview questions to help you prepare for your next interview.
Updated
Feb 4, 2020
JavaScript
A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
Cracking the Coding Interview 6th Ed. Solutions
Your Cheat Sheet For Android Interview - Android Interview Questions
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
🎒 🚀 🎉 A list of interview questions. This repository is everything you need to prepare for your technical interview.
180+ Algorithm & Data Structure Problems using C++
algorithms playground for common questions
Implementation of Algorithms and Data Structures, Problems and Solutions
A mostly reasonable collection of technical software development interview questions solved in Javascript
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
🔥 🌟 ⭐️ ⭐️ ⭐️ ⭐️ 史上最全的BAT大厂Android面试题汇集,以及常用的Android开发的一些技能点,冷门知识点汇总,开发中遇到的坑汇总等干货。
Updated
Jan 29, 2020
Java
JavaScript interview Questions
A list of interview for front-end developer(前端开发者面试清单)
Updated
Feb 4, 2020
JavaScript
Improve this page
Add a description, image, and links to the
interview-questions
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
interview-questions
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
there is data_structures/src/list/singly_linked_list, but there is also a code for same problem in data_structures/linked_list/
One of them ought to be removed.