Sanjaykumar-IT/dsa-problems

Unique Substrings in a String

オープン

#22 opened on 2024/10/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Java (4 件のフォーク)auto 404
hacktoberfesthactoberfest2024

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド