@all : Thanks  :)

On Nov 19, 3:55 pm, Amol Sharma <amolsharm...@gmail.com> wrote:
> that's what i was saying :)
> --
>
> Amol Sharma
> Third Year Student
> Computer Science and Engineering
> MNNIT Allahabad
>  <http://gplus.to/amolsharma99>
> <http://twitter.com/amolsharma99><http://in.linkedin.com/pub/amol-sharma/21/79b/507><http://youtube.com/amolsharma99>
>
> On Sat, Nov 19, 2011 at 2:10 PM, shady <sinv...@gmail.com> wrote:
> > sorry, we don't need to do so much computation minimizing the
> > difference of the maximum and minimum array in the selected array is
> > the solution.
> > difference will always be = largest element - smallest element
>
> > On Nov 19, 1:20 pm, shady <sinv...@gmail.com> wrote:
> > > aim : minimize the sum of elements of a sorted set of size k.
> > > mehdi's solution is correct,
> > > 1. sort the whole array,
> > > 2. and then as you add new element to the set
> > >    a. delete the oldest element added along with its difference
> > >    b. add the difference of the newly added element.
>
> > > O(nlogn)
>
> > > On Nov 19, 11:36 am, Zyro <vivkum...@gmail.com> wrote:
>
> > > > sorry...minimize sum of the difference between the elements of the
> > > > subset..
>
> > > > On Nov 19, 10:03 am, shady <sinv...@gmail.com> wrote:
>
> > > > > what do you mean by difference among them ?
> > > > > do we need to select the elements to minimize the sum between
> > > > > consecutive elements ? or only the first and last element ?
>
> > > > > On Nov 18, 6:30 pm, Zyro <vivkum...@gmail.com> wrote:
>
> > > > > > Q: Select the K elements in an array of size N which are having the
> > > > > > minimum difference among them?
> > > > > > For Example : If you have an array like arr[]={9,5,2,6,3,11} and
> > value
> > > > > > of K is 3. Then ans would be {2,3,5}.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/algogeeks?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to