hacktoberfesthactoberfest2024
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
Description
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")