Distinct Subsequences Problem Statement

You are given a string 'S' of length 'N' which may include duplicate alphabets. Your goal is to calculate the number of distinct subsequences in the string.

Example:

Input:
"S" = "deed"
Output:
11
Explanation:

The possible subsequences are {""}, {"d"}, {"e"}, {"de"}, {"e"}, {"de"}, {"ee"}, {"dee"}, {"d"}, {"dd"}, {"ed"}, {"ded"}, {"ed"}, {"ded"}, {"eed"} and {"deed"}. After filtering duplicates, the distinct subsequences are: {""}, {"d"}, {"e"}, {"de"}, {"ee"}, {"dee"}, {"dd"}, {"ed"}, {"ded"}, {"eed"}, {"deed"}, resulting in 11 distinct subsequences.

Input:

The first line contains an integer 'T' denoting the number of test cases. Each of the following T lines contains a single string 'S'.

Output:

For each test case, output the count of distinct subsequences, modulo 109 + 7, on a new line.

Constraints:

  • 1 <= T <= 10
  • 1 <= N <= 104

Note: The answer might be large, so return it modulo 109 + 7.

AnswerBot
3mo

Calculate the number of distinct subsequences in a string with possible duplicates.

  • Use dynamic programming to keep track of the count of distinct subsequences for each character in the string.

  • Consider...read more

Help your peers!
Select
Add answer anonymously...

Cuemath Software Developer interview questions & answers

A Software Developer was asked Q. Remove the Kth Node from the End of a Linked List You are given a singly Linked ...read more
A Software Developer was asked Q. Common Elements Problem Statement Identify and output the common strings present...read more
A Software Developer was asked Q. Distinct Subsequences Problem Statement You are given a string 'S' of length 'N'...read more

Popular interview questions of Software Developer

A Software Developer was asked Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked ...read more
A Software Developer was asked Q2. Common Elements Problem Statement Identify and output the common strings present...read more
A Software Developer was asked Q3. Distinct Subsequences Problem Statement You are given a string 'S' of length 'N'...read more
Cuemath Software Developer 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