-
Updated
Jun 29, 2020
interview
Here are 1,611 public repositories matching this topic...
-
Updated
May 29, 2020 - Java
-
Updated
Jun 29, 2020 - Java
-
Updated
Jun 25, 2020 - Python
I think it makes more sense to return an empty array
// invalid input return null or throw an error
if (!setA || !setB) {
return null;
}
if (!setA.length || !setB.length) {
return [];
}
// or do nothing since the for loop will not trigger anyway
- We have BFS and DFS images in both Breadth First Traversal and Depth First Traversal. We should have illustrations in the respective sections.
一个班级60%喜欢足球,70%喜欢篮球,80%喜欢排球,问:三种球都喜欢占比最大可能有多少,最小可能有多少?即求三种球都喜欢的比例范围
Contributing.md doesn't doesn't appear to contain any actual guidlines, and the link only leads back to the same document: Java/CONTRIBUTING.md.
-
Updated
Jun 17, 2020
https://mybinder.org/ Should I make a binder ? :) Or if there is a binder link, it's well hidden.
-
Updated
May 3, 2020
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Apr 19, 2020 - C++
-
Updated
Jun 28, 2020 - JavaScript
-
Updated
Jun 3, 2020
-
Updated
Jul 17, 2019 - Python
-
Updated
Dec 1, 2019
-
Updated
May 29, 2020 - Java
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
May 20, 2020 - JavaScript
-
Updated
Nov 29, 2019 - PHP
-
Updated
Jan 22, 2020
-
Updated
May 25, 2020 - Jupyter Notebook
🚀 Feature Proposal
Adding leading zero in the question number will be an awesome feature for file explorer to sort files by the name.
## 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
May 26, 2020 - JavaScript
Improve this page
Add a description, image, and links to the interview topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interview 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. "