Skip to content

Commit

Permalink
Update Number_of_distrinct_sequence.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Oct 2, 2023
1 parent 4f53988 commit b74e109
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Daily/Number_of_distrinct_sequence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ of distinct subsequences of the string
Note: Answer can be very large, so, ouput will be answer modulo 109+7.
Example 1:
Input:
s = "gfg"
Output:
Expand Down Expand Up @@ -74,4 +73,4 @@ int main()

return 0;
}
// } Driver Code Ends
// } Driver Code Ends

0 comments on commit b74e109

Please sign in to comment.