ProDeveloperTutorialonDecember 22, 2024 What are your greatest strengths and weakness? To answer these type of question, you need to answer carefully. Saying too much or saying too little will hurt your chances of getting the…
ProDeveloperTutorialonDecember 22, 2024 Why do you want to work for us? This is very important question. You can answer by including below points: Tell then in a technical way on what you like about that company.…
ProDeveloperTutorialonDecember 22, 2024 Why should we hire you? This is generally asked for fresher’s. For this question you answer should include points like why you are best suitable for this job and how…
ProDeveloperTutorialonDecember 22, 2024 Tell me about yourself This is the most common question that will be asked in an interview. It is better that you must be prepared for it. Below are some of the most…
ProDeveloperTutorialonDecember 22, 2024 Mistakes to avoid in an interview. In this chapter we shall see what are the mistakes to avoid in an interview. Coming late to interview: It doesn’t matter whatever the reasons…
ProDeveloperTutorialonDecember 22, 2024 House Robber Problem In this tutorial we shall solve a very famous problem “House Robber” problem. This problem can be solved by using DP method. Problem…
ProDeveloperTutorialonDecember 22, 2024 Activity Selection Problem In this chapter we shall learn on how to solve activity selection problem with the help of example and using greedy method. Problem Statement:…
ProDeveloperTutorialonDecember 22, 2024 Job Sequencing with deadline Problem In this tutorial we shall learn about job sequencing with deadline problem. We shall solve this problem with the help of Greedy Approach.…
ProDeveloperTutorialonDecember 22, 2024 Total number of ways to get denomination of coins. This is a variant of the previous problem. Like previous coin change problem, we shall solve with help of Dynamic Programming. Problem…
ProDeveloperTutorialonDecember 22, 2024 Minimum Coin Change Problem In this tutorial we shall learn how to solve coin change problem with help of an example and solve it by using Dynamic Programming. Problem…