[Python] 파이썬/Leetcode_14Days plan to crack Algo
[Leetcode] 784. Letter Case Permutation {Day 11 11 Recursion / Backtracking} (In Python)
두부군_
2021. 12. 8. 01:38
코드들은 https://github.com/Eastar-DS/Python/tree/main/14%20Days%20Study%20Plan%20to%20CrackAlgo에도 있습니다
알파벳이랑 숫자가 뒤섞여있는 스트링에서 알파벳을 대소문자로 바꾼경우의수를 가져와야함.
isalpha()라는 함수와 swapcase라는 함수를 알게됨.