interview-practice
Here are 583 public repositories matching this topic...
- We have BFS and DFS images in both Breadth First Traversal and Depth First Traversal. We should have illustrations in the respective sections.
Hey Yangshun,
Thanks for the great list of guides!
I found the explanation for Snake game bit difficult to follow and I came across this interesting and better explanantion here https://www.youtube.com/watch?v=AaGK-fj-BAM
A curated awesome list of lists of interview questions. Feel free to contribute!
-
Updated
May 19, 2020
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
Jun 9, 2020
https://mybinder.org/ Should I make a binder ? :) Or if there is a binder link, it's well hidden.
-
Updated
Apr 19, 2020 - C++
Hi all,
I found that there is a better visualized article on activity launch modes with a more descriptive explanation.
https://inthecheesefactory.com/blog/understand-android-activity-launchmode/en
Is it possible to link to this article on the Activity -> What are "launch modes" ?
180+ Algorithm & Data Structure Problems using C++
-
Updated
Mar 26, 2020 - C++
An Open-Source Collection of +200 Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview
-
Updated
Feb 8, 2020
A mostly reasonable collection of technical software development interview questions solved in Javascript
-
Updated
Sep 30, 2019
-
Updated
Mar 21, 2020
![]()
-
Updated
Nov 4, 2019 - Java
Most comprehensive list
-
Updated
May 21, 2020 - Java
This repository contains coding interviews that I have encountered in company interviews
-
Updated
Dec 16, 2019 - Python
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
-
Updated
Oct 16, 2019 - Java
Python Library for Studying Binary Trees
-
Updated
Jun 2, 2020 - Python
Collection of awesome interview references.
-
Updated
Jan 7, 2020
《大厂面试指北》——后端面试题精选,包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理(获取《大厂面试指北》PDF版本请关注我的公众号"大厂面试",技术交流可以扫主页的二维码进群,希望给我一个Star,谢谢!) 最佳阅读地址:http://notfound9.github.io/interviewGuide/
-
Updated
Jun 10, 2020 - Java
(Weekly Update) Python / C++11 Solutions of All 1473 LeetCode Problems
-
Updated
Jun 7, 2020 - C++
Programming exercises, code katas and puzzles for your job interview training - or just for fun.
-
Updated
Feb 19, 2020 - Python
👏🏻 leetcode solutions for Humans™
-
Updated
Oct 23, 2019 - Python
We need to improve the comments explaining the main ideas / insights of the solution
A list of helpful Angular interview questions you can use to interview potential candidates, test yourself or completely ignore.
-
Updated
Mar 27, 2020
-
Updated
Sep 12, 2018 - JavaScript
Codes of my MOOC Course <Play with Algorithm Interviews>. Updated contents and practices are also included. 我在慕课网上的课程《玩儿转算法面试》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
-
Updated
Jun 8, 2019 - C++
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
May 11, 2020
-
Updated
Sep 23, 2019 - C++
Learn how to design large-scale systems. Prep for the system design interview.
-
Updated
May 22, 2020
Improve this page
Add a description, image, and links to the interview-practice topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interview-practice topic, visit your repo's landing page and select "manage topics."



A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "