IncredibleThings

导航

2021年2月7日 #

LeetCode - Longest Uncommon Subsequence II

摘要: Given a list of strings, you need to find the longest uncommon subsequence among them. The longest uncommon subsequence is defined as the longest subs 阅读全文

posted @ 2021-02-07 15:57 IncredibleThings 阅读(33) 评论(0) 推荐(0) 编辑

LeetCode - Longest Uncommon Subsequence I

摘要: Given two strings a and b, find the length of the longest uncommon subsequence between them. A subsequence of a string s is a string that can be obtai 阅读全文

posted @ 2021-02-07 04:00 IncredibleThings 阅读(22) 评论(0) 推荐(0) 编辑