
https://school.programmers.co.kr/learn/courses/30/lessons/42842 내 풀이import Foundationfunc solution(_ brown:Int, _ yellow:Int) -> [Int] { var size: [Int] = [] var totalSize: Int = brown + yellow for height in 1...totalSize { let width = totalSize / height if (width - 2) * (height - 2) == yellow { size.append(width) size.append(height) } ..

https://school.programmers.co.kr/learn/courses/30/lessons/81301 내 풀이import Foundationlet numDic: [String: Int] = [ "zero": 0, "one": 1, "two": 2, "three": 3, "four": 4, "five": 5, "six": 6, "seven": 7, "eight": 8, "nine": 9]func solution(_ s:String) -> Int { var tempArr: String = s var tempStrArr: [String] = [] var resultArr: [Int] = [] for i in te..
- Total
- Today
- Yesterday
- Swift 내림차순
- swift protocol
- 2023년 회고
- Swift 프로그래머스
- swift reduce
- Swift RIBs
- Swift joined
- removeLast()
- Swift 알고리즘
- swift programmers
- Swift 프로퍼티
- CS 네트워크
- Swift Leetcode
- swift 고차함수
- ios
- Swift Error Handling
- Swift init
- RTCCameraVideoCapturer
- 원티드 프리온보딩
- swift property
- RIBs tutorial
- Combine: Asynchronous Programming with Swift
- swift (programmers)
- Swift ModernRIBs
- Swift joined()
- iOS error
- Swift final
- Swift
- Class
- Swift inout
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |