Sanjaykumar-IT/dsa-problems

Unique Substrings in a String

开放

#22 创建于 2024年10月29日

 (0 条评论) (0 个反应) (0 位负责人)Java (4 个派生)auto 404
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")

贡献者指南