Sanjay Majhi

Results 5 issues of Sanjay Majhi

Given N jobs where every job is represented by following three elements of it. 1.Start Time 2.Finish Time 3.Profit or Value Associated (>= 0) Find the maximum profit subset of...

Given an input string and a dictionary of words, find out if the input string can be segmented into a space-separated sequence of dictionary words.

Given a cost matrix cost[][] and a position (m, n) in cost[][], write a function that returns cost of minimum cost path to reach (m, n) from (0, 0). Each...

Given a gold mine of n*m dimensions. Each field in this mine contains a positive integer which is the amount of gold in tons. Initially the miner is at first...

Given a gold mine of n*m dimensions. Each field in this mine contains a positive integer which is the amount of gold in tons. Initially the miner is at first...