Given an array, find out whether there exists a triplet which can form sides
of triangle.
You are not allowed to modify the array.

PLease dont give o(n^3) solution

there exists a solution with nlog(n) i think

-- 
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