Find the Output

Find the Output

Explanation

Pangrams

A pangram is a string that contains every letter of the alphabet. Given a sentence determine whether it is a pangram in the English alphabet. Ignore case. Return either pangram or not pangram as appropriate.


Sample Input 0

Sample Output

Explanation

Sample Input 1

Sample Output

Explanation

One of the most repeated coding interview question

Find all pairs of an integer array whose sum is equal to a given number?


Sample Input

Sample Output