hacktoberfesthactoberfest2024
倉庫指標
- 星標
- (1 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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")
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")