interview-practice
Here are 581 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

-
Updated
May 19, 2020
-
Updated
May 18, 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"
?
-
Updated
Mar 26, 2020 - C++
I'd suggest a better differentiation between Best and Breadth First Search in the Graphs section.
Acronyms BFS and DFS are used all over the place, but "breadth" and "depth" aren't mentioned anywhere, making it hard for a newcomer to understand what is being referred to.
-
Updated
Sep 30, 2019
-
Updated
Mar 21, 2020

-
Updated
Nov 4, 2019 - Java
-
Updated
May 21, 2020 - Java
-
Updated
Dec 16, 2019 - Python
-
Updated
May 21, 2020 - Python
-
Updated
Oct 16, 2019 - Java
-
Updated
Jan 7, 2020

-
Updated
May 19, 2020 - C++
-
Updated
Feb 19, 2020 - Python
-
Updated
May 21, 2020 - Java
-
Updated
Oct 23, 2019 - Python
We need to improve the comments explaining the main ideas / insights of the solution
-
Updated
Mar 27, 2020
-
Updated
Sep 12, 2018 - JavaScript
-
Updated
Jun 8, 2019 - C++
-
Updated
Mar 21, 2020 - JavaScript
-
Updated
May 11, 2020
-
Updated
Sep 23, 2019 - C++
-
Updated
May 6, 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. "