250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- iOS Charts
- swift 2xn 타일링 풀이
- swift 연속된 부분 수열의 합 풀이
- 연속된 부분 수열의 합 투포인터
- rxswift
- swift codility
- ios
- MVVM
- 1 2 3 더하기 풀이
- swift 연속된 부분 수열의 합
- swift dfs
- ac 투포인터
- 연속된 부분 수열의 합 swift
- 123 더하기 풀이
- swift 9095 풀이
- swift ac
- ac swift 풀이
- 백준 2xn 타일링
- swift 백준 9095
- swift
- swift 2xn 타일링 백준
- swift algorithm
- 백준 2xn 타일링 풀이
- ac 구현 풀이
- swift gRPC
- swift 알고리즘
- swift ac 풀이
- swift 프로그래머스
- swift ac 문제풀이
- swift 2xn 타일링
Archives
- Today
- Total
목록
728x90
codility LongestPassword
728x90
반응형
(1)
728x90
728x90
반응형
boraBong
[Swift] LongestPassword 문제 풀이 [Codility - Exercise 1. 2015 Contest]
💬 문제 https://app.codility.com/programmers/trainings/1/longest_password/ LongestPassword coding task - Practice Coding - Codility Given a string containing words, find the longest word that satisfies specific conditions. app.codility.com 💬 Idea 코딜리티는 풀이 언어로 Swift4를 지원하는데, Swift4에서는 Character에서 isLetter, isNumber를 사용하는 것이 안되는 것 같다.. 찾아보니 Character에서 Unicode 속성을 테스트 할 수 있는 속성들은 Swift5에서 추가되었네요 ~! h..
iOS/Algorithm
2023. 3. 30. 20:26