

A
BB
CCC
The first line contains ‘T’, denoting the number of test cases.
Each test case contains a single integer ‘N’, denoting the number of rows.
For each test case, print 'N' strings denoting the required pattern in the following ‘N’ lines.
You are not required to print the expected output. It has already been taken care of. Just implement the function.
1 <= T <= 10
1 <= N <= 26
Time Limit: 1 sec
The key here is to traverse all the lines sequentially, and for each line, we print the required character at the given index.
The steps are as follows:
Special Numbers
Minimum Operations To Make Array Equal
Ninja's Encryption
Minimum Window Subsequence
Minimum Window Subsequence
Minimum Window Subsequence
Minimum Window Subsequence
Minimum Window Subsequence
Minimum Window Subsequence
Fizzbuzz Problem