-
[Leetcode] 784. Letter Case Permutation {Day 11 11 Recursion / Backtracking} (In Python)[Python] 파이썬/Leetcode_14Days plan to crack Algo 2021. 12. 8. 01:38
코드들은 https://github.com/Eastar-DS/Python/tree/main/14%20Days%20Study%20Plan%20to%20CrackAlgo에도 있습니다
알파벳이랑 숫자가 뒤섞여있는 스트링에서 알파벳을 대소문자로 바꾼경우의수를 가져와야함.
isalpha()라는 함수와 swapcase라는 함수를 알게됨.
'[Python] 파이썬 > Leetcode_14Days plan to crack Algo' 카테고리의 다른 글
[Leetcode] 46. Permutations {Day 11 11 Recursion / Backtracking} (In Python) (0) 2021.12.08 [Leetcode] 77. Combinations {Day 11 11 Recursion / Backtracking} (In Python) (0) 2021.12.08 Day10은 DataStructure과 문제가 겹쳐요! (0) 2021.12.03 ☆[Leetcode] 994. Rotting Oranges {Day 9 BFS / DFS} (In Python) (0) 2021.12.03 ☆[Leetcode] 542. 01 Matrix {Day 9 BFS / DFS} (In Python) (0) 2021.12.03