interview-questions
Here are 1,037 public repositories matching this topic...
-
Updated
Jan 25, 2020 - HTML
- 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
-
Updated
Mar 11, 2020
-
Updated
Apr 3, 2020
When a property is accessed on an object and if the property is not found on that object, the JavaScript engine should looks at the object's __proto__(different browser has their own implement) .Or, looks at the prototype of its constructor.
https://mybinder.org/ Should I make a binder ? :) Or if there is a binder link, it's well hidden.
-
Updated
Apr 5, 2020
This is a(n):
- New algorithm
- Update to an existing algorithm
- Error
- Proposal to the Repository
Details:
Looking at the following imag
-
Updated
Oct 2, 2019
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Mar 18, 2020 - C++
-
Updated
Dec 1, 2019
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
Jan 22, 2020
-
Updated
Feb 27, 2020 - Java
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" ?
## Python/Regex fix
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
-
Updated
Mar 5, 2020
-
Updated
Sep 11, 2019 - HTML
-
Updated
Mar 26, 2020 - C++
-
Updated
Aug 17, 2019 - Ruby
-
Updated
Jan 17, 2020 - Java
-
Updated
Sep 30, 2019
-
Updated
Mar 27, 2020
-
Updated
Nov 4, 2019 - Java
-
Updated
Apr 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.
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."


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. "