项目作者: Milfist
项目描述 :
Algorithm to find k-complementary pairs
高级语言: Java
项目地址: git://github.com/Milfist/K-Complementary.git



K-Complementary
Description
Algorithm to find pairs in which the sum of both is equal to a given value.
Feature
Write an efficient algorithm to find K-complementary pairs in a given array of integers. Given Array
A, pair (i, j) is K- complementary if K = A[i] + A[j];