[algogeeks] Re: How to solve this algorithm graph problem in polynomial time?

2011-09-26 Thread yamini gupta
i think steiner tree can be used On Sep 26, 10:05 pm, drealecs dreal...@gmail.com wrote: I have a software problem and I'm searching for a solution but tried different algorithm approach and nothing came out. I'm not very familiar with all the graph algorithms and I hope there is already a

[algogeeks] Re: Please provide Code to Find kth Smallest or kth Largest element in unsorted array in liner time ?

2011-09-06 Thread yamini gupta
partition the array using quick sort and find the kth smallest or largest number On Sep 6, 12:20 am, learner nimish7andr...@gmail.com wrote: @Dave,All So Can Anyone Provide The Working Code in Linear Time for the same ? Thanks On Sep 5, 6:41 pm, Dave dave_and_da...@juno.com wrote: