[Swift 알고리즘] - 2016년 (Programmers)
https://school.programmers.co.kr/learn/courses/30/lessons/12901 문제 사진 내 풀이 let week: [String] = ["SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"] let yoonDate = [ 1: 5, 2: 1, 3: 2, 4: 5, 5: 0, 6: 3, 7: 5, 8: 1, 9: 4, 10: 6, 11: 2, 12: 4 ] func solution(_ a:Int, _ b:Int) -> String { var index: Int = yoonDate[a]! for _ in 1...b { if index > 6 { index = 0 } index += 1 } return week[index - 1] } 딕셔너..
알고리즘
2022. 10. 12. 11:49
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 2023년 회고
- Swift 프로퍼티
- Swift RIBs
- swift property
- Swift inout
- ios
- Swift ModernRIBs
- 원티드 프리온보딩
- RTCCameraVideoCapturer
- Swift Leetcode
- RIBs tutorial
- CS 네트워크
- Swift final
- Swift init
- swift (programmers)
- iOS error
- swift 고차함수
- swift programmers
- Swift
- Combine: Asynchronous Programming with Swift
- Swift Error Handling
- Swift joined
- Swift 알고리즘
- Swift 프로그래머스
- Class
- Swift joined()
- Swift 내림차순
- swift protocol
- swift reduce
- 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 |
글 보관함