Sanjaykumar-IT/dsa-problems

Unique Substrings in a String

Aperta

#22 aperta il 29 ott 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Java (4 fork)auto 404
hacktoberfesthactoberfest2024

Metriche repository

Star
 (1 stella)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Given a string s, find the number of unique substrings in s. Input: s = "abc" Output: 6 (The unique substrings are "a", "b", "c", "ab", "bc", "abc")

Guida contributor