-
Updated
Jul 5, 2020
interview-prep
Here are 152 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.

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
Jun 23, 2020
-
Updated
May 21, 2020 - Java
-
Updated
Dec 16, 2019 - Python
-
Updated
Jan 7, 2020
-
Updated
Nov 27, 2019
-
Updated
Jun 26, 2020 - C++
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jun 27, 2020 - JavaScript
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Mar 11, 2018
We are not handling the both left and right pointers when we delete the node. Update will be as mentioned below
// node only has right child
else if (!node.left) {
node.value = node.right.value
node.right = node.right.right
node.left = node.right.left;
}
// node only has left child
else if (!node.right
-
Updated
Jan 31, 2020 - Python
Very nice repository but please add problem questions to answers. Thanks
-
Updated
Oct 25, 2019
-
Updated
Jul 1, 2019
-
Updated
Nov 5, 2018 - JavaScript
-
Updated
Apr 30, 2020 - Java
-
Updated
May 14, 2020 - Java
-
Updated
Sep 15, 2018 - C++
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Jun 30, 2020
Add more questions
Hello everyone,
You can contribute to this repo by adding questions that an interviewee can ask, which can help him decide and understand a company better.
All PR are accepted.
-
Updated
Apr 15, 2020 - C++
-
Updated
Dec 20, 2019 - C
Improve this page
Add a description, image, and links to the interview-prep topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interview-prep topic, visit your repo's landing page and select "manage topics."