interview-questions
Here are 1,140 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.
-
Updated
May 18, 2020 - HTML
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 21, 2020

-
Updated
May 19, 2020
-
Updated
May 18, 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.
This is a(n):
- New algorithm
- Update to an existing algorithm
- Error
- Proposal to the Repository
Details:
We can make a file may be READ.
-
Updated
Apr 19, 2020 - C++
-
Updated
May 21, 2020 - JavaScript
-
Updated
Oct 2, 2019
-
Updated
Dec 1, 2019
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
May 20, 2020 - JavaScript
-
Updated
Jan 22, 2020
-
Updated
May 18, 2020 - Java
-
Updated
May 9, 2020 - JavaScript
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
Sep 11, 2019 - HTML
-
Updated
Mar 26, 2020 - C++
Given a blacklist B
containing unique integers from [0, N)
, write a function to return a uniform random integer from [0, N)
which is NOT in B
.
Optimize it such that it minimizes the call to system’s Math.random()
.
Note:
1 <= N <= 1000000000
0 <= B.length < min(100000, N)
[0, N)
does NOT include N. See [interval notation](https://en.wikipedia.org/wiki/Interval_\
-
Updated
Aug 17, 2019 - Ruby
-
Updated
Apr 18, 2020 - Java
-
Updated
May 17, 2020
-
Updated
Sep 30, 2019
-
Updated
Apr 19, 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. "