Re: [algogeeks] Re: find a point closest to other points

2012-04-30 Thread kosgi santosh
how can we find centriod of n points in a plane? Regards, Santosh K. -- 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 algogeek

Re: [algogeeks] Re: determine if a string if of form pZq

2012-04-30 Thread kosgi santosh
p and q are pallindromes?? then one possible solution could be checking whether atleast first charecter from first and last are equal..if this comes to be true then p and q are equal to that charecter and Z will be equal to string with out first and last charecter Regards, Santosh K -- You