Pair with given sum in a sorted arrayGeeksForGeeksJanuary 7, 2025 EasyTags: two-pointer-algorithm arrays data-structures algorithms Categories: javaCompanies: adobe
Sum Pair closest to targetGeeksForGeeksJanuary 6, 2025 EasyTags: arrays data-structures two-pointer-algorithm Categories: javaCompanies: ola-cabs
Count Pairs whose sum is less than targetGeeksForGeeksJanuary 5, 2025 EasyTags: sorting two-pointer-algorithm arrays Categories: java
Count all triplets with given sum in sorted arrayGeeksForGeeksJanuary 4, 2025 MediumTags: two-pointer-algorithm hash Categories: java