Guys,

I have written a blog post for finding triplets in an integer array A[]
which satisfy following condition:

a[i]^2 + a[j]^2 = a[k]^2

http://tech-queries.blogspot.com/2010/12/finding-triplets-in-integer-array.html

I believe that more optimization are possible. It will be very helpful if
one can suggest some.


Regards,
Akash Agrawal
http://tech-queries.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@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