Sanjaykumar-IT/dsa-problems

Unique Substrings in a String

Offen

#22 geöffnet am 29.10.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (4 Forks)auto 404
hacktoberfesthactoberfest2024

Repository-Metriken

Stars
 (1 Stern)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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")

Contributor Guide