알고리즘 풀때 알면 좋은 것들
Int로 입력받기 let input = readLine()!.split(separator: " ").map{ Int(String($0))!} 계속 입력받기 while let line = readLine() { //code } 시간측정 let start = CFAbsoluteTimeGetCurrent() //code let duration = CFAbsoluteTimeGetCurrent() - start print("경과 시간: \(duration)") Array 를 ' , ' 를 사이에 넣은 String으로 바꾸기(Converto an array to comma separated String) arr.map{String($0)}.joined(separator: ", ") 문자열을 배열로 변환(String..
알고리즘
2022. 5. 13. 00:20
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 백준 1065번 swift
- Widget
- readme ignore파일 포함한 repository
- SWiFT
- 백준알고리즘
- 이분탐색
- mvvm in swiftui
- ios
- provisioning key
- Xcode
- sileo
- 애플 인증서
- 백준
- 프로퍼티 래퍼
- xcuserdata
- 애플 인증
- 파이썬
- ios mvvm
- 백준 4673 swift
- New Group
- palera1n
- xcsharedata
- New Group Without Folder
- django
- closure
- 장고
- 알고리즘
- main branch
- property wrapper
- 클로저
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함