[Swift 알고리즘] - 하샤드 수 (Programmers)
https://school.programmers.co.kr/learn/courses/30/lessons/12947 문제 사진 내 풀이 func solution(_ x:Int) -> Bool { // TODO: [x] String으로 변환 (Int로 다시 변환해 빈 배열에 넣기) // TODO: [x] reduce를 이용해 각 요소별 합구하기 // wholeNumberValue는 옵셔널을 반환 -> compactMap을 사용해서 옵셔널 바인딩을 해줌. var totalValue = String(x).compactMap { $0.wholeNumberValue }.reduce(0) { $0 + $1 } // TODO: [x] x % 요소 별 합 == 0 ? true : false return x % total..
알고리즘
2022. 10. 17. 09:09
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Swift joined
- Swift 프로그래머스
- Swift joined()
- swift programmers
- Swift final
- Swift ModernRIBs
- Swift
- swift (programmers)
- 원티드 프리온보딩
- Swift 내림차순
- RTCCameraVideoCapturer
- Swift 프로퍼티
- Swift RIBs
- iOS error
- swift 고차함수
- Combine: Asynchronous Programming with Swift
- Swift Leetcode
- Swift 알고리즘
- 2023년 회고
- Swift inout
- RIBs tutorial
- Swift init
- swift protocol
- swift reduce
- CS 네트워크
- Swift Error Handling
- Class
- ios
- swift property
- removeLast()
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함