摘要: 784. 字母大小写全排列 字母大小写全排列。 题解: 按题意模拟,DFS遍历string的每个下表字符,并对其按题意操作,遍历完添加到答案。 class Solution { public List<String> letterCasePermutation(String s) { char[] 阅读全文
posted @ 2022-10-30 02:10 Eiffelzero 阅读(31) 评论(0) 推荐(0)
摘要: 参考: https://www.yuque.com/awescnb/user https://github.com/BNDong/Cnblogs-Theme-SimpleMemory 阅读全文
posted @ 2022-10-30 01:25 Eiffelzero 阅读(24) 评论(0) 推荐(0)