A complete computer science study plan to become a software engineer.
-
Updated
Jul 5, 2020
A complete computer science study plan to become a software engineer.

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" ?
Most comprehensive list
This repository contains coding interviews that I have encountered in company interviews
Collection of awesome interview references.
Everything you need to know for a Software Engineering interview
The best library for implementation of all Data Structures and Algorithms - Trees + Graph Algorithms too!
A curated list of 170+ leetcode questions grouped by their common patterns
Popular JavaScript / React / Node / Mongo stack Interview questions and their answers. Many of them, I faced in actual interviews and ultimately got my first full-stack Dev job :)
coding-interview-university 繁體中文翻譯計畫。原作者:https://github.com/jwasham/coding-interview-university
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
Very nice repository but please add problem questions to answers. Thanks
Interview Preparation material for Senior Software Engineer - Android role
The most common question-patterns for any coding-interview
Javascript solutions to Cracking the Coding Interview (CTCI)
This repository contains coding assessments and their solutions for various IT companies
Coding interview questions and solutions
My learning material for technical interviews!
Interview preparation and practice problems
List of all the important links and resources to look before appearing for a Coding Interview/Job. These links are used by me during my preparation. There might be other links that could fit in so please feel free to contribute.open_hands
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.
This will have all the solutions to the competitive programming course's problems by Coding ninjas.
Summary of all type of technical hand notes
Add a description, image, and links to the interview-prep topic page so that developers can more easily learn about it.
To associate your repository with the interview-prep topic, visit your repo's landing page and select "manage topics."