problemscpp
A collection of my answers to algorithm problems in c++.
载入中...
搜索中...
未找到
leetcode::longest_substring_with_at_most_k_distinct_characters 命名空间参考

  1. 至多包含 K 个不同字符的最长子串
更多...

class  Solution
 

函数

 TEST (longest_substring_with_at_most_k_distinct_characters, case1)
 
 TEST (longest_substring_with_at_most_k_distinct_characters, case2)
 

详细描述

  1. 至多包含 K 个不同字符的最长子串

函数说明

◆ TEST() [1/2]

leetcode::longest_substring_with_at_most_k_distinct_characters::TEST ( longest_substring_with_at_most_k_distinct_characters ,
case1  )

◆ TEST() [2/2]

leetcode::longest_substring_with_at_most_k_distinct_characters::TEST ( longest_substring_with_at_most_k_distinct_characters ,
case2  )