摘要:
Given a string s consisting only of letters 'a' and 'b'. In a single step you can remove one palindromic subsequence from s. Return the minimum number 阅读全文
posted @ 2021-03-09 14:45
CNoodle
阅读(253)
评论(0)
推荐(0)
摘要:
Given an integer array nums and a positive integer k, return the most competitive subsequence of nums of size k. An array's subsequence is a resulting 阅读全文
posted @ 2021-03-09 01:03
CNoodle
阅读(313)
评论(0)
推荐(0)