[Swift 알고리즘] - k의 갯수 (Programmers)
https://school.programmers.co.kr/learn/courses/30/lessons/120887 문제 사진 내 풀이 import Foundation func solution(_ i:Int, _ j:Int, _ k:Int) -> Int { return Array(i...j).flatMap { String($0).compactMap { Int(String($0)) } }.filter { $0 == k }.count } solution(1, 13, 1) 1. i ~ j 까지의 숫자를 배열로 만든다. 2. 그 사이 요소들중 10의자리 수 이상인 요소들을 분리 시킨다. flatMap { String($0).compactMap { Int(String($0)) } } 예) 32 → 3, 2 / 1..
알고리즘
2022. 11. 16. 22:45
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Swift 프로퍼티
- Swift inout
- swift (programmers)
- ios
- Swift final
- swift reduce
- RIBs tutorial
- RTCCameraVideoCapturer
- 원티드 프리온보딩
- 2023년 회고
- Swift joined()
- Swift ModernRIBs
- Swift 알고리즘
- Swift 프로그래머스
- swift programmers
- iOS error
- Swift joined
- Swift init
- CS 네트워크
- Combine: Asynchronous Programming with Swift
- swift property
- Swift
- removeLast()
- Swift Leetcode
- swift 고차함수
- Swift 내림차순
- swift protocol
- Class
- Swift Error Handling
- Swift RIBs
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함