Distinct Strings With Odd and Even Swapping Allowed Problem Statement

You are provided with an array of strings, and your objective is to determine the number of unique strings within it.

A string is deemed unique if it cannot be transformed into another string within the array by applying the following operations any number of times and in any sequence:

  • Swapping two characters located at odd indices.
  • Swapping two characters located at even indices.

Example:

Input:
array = ["abcd", "cbad", "bdac", "adcb"]
Output:
2
Explanation:

Strings "abcd", "cbad", and "adcb" can be transformed into one another using the specified operations. However, "bdac" cannot be transformed into any other string. Therefore, there are only 2 unique strings in the array.

Input:

The first line of input consists of an integer ‘T’ representing the number of test cases.
For each test case, the first line contains an integer ‘N’ which indicates the number of strings in the array.
The second line of each test case provides ‘N’ space-separated strings from the array.

Output:

Print the number of unique strings in the array for each test case. Each output should appear on a new line.

Constraints:

  • 1 <= T <= 10
  • 1 <= N <= 2000
  • 1 <= Length of String <= 1000
  • Time Limit: 1 second

Note:

You are not required to print anything; this will be handled by the system. Your task is to return the number of unique strings.

Select
Add answer anonymously...

Infosys System Engineer interview questions & answers

A System Engineer was asked 1w agoQ. What is method overriding?
A System Engineer was asked 1w agoQ. What is the process for reversing a number?
A System Engineer was asked 2w agoQ. What are the details of Object-Oriented Programming (OOP) concepts?

Popular interview questions of System Engineer

A System Engineer was asked 1w agoQ1. What is the process for reversing a number?
A System Engineer was asked 1w agoQ2. What is method overriding?
A System Engineer was asked 2w agoQ3. What are some Java frameworks, and what are the differences among them?

Top HR questions asked in Infosys System Engineer

A System Engineer was asked 2mo agoQ1. Explain your project.
A System Engineer was asked 3mo agoQ2. Explain your final semester project.
A System Engineer was asked 3mo agoQ3. What was your involvement in your college project?
Infosys System Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits