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 |
Tags
- swift algorithm
- swift 연속된 부분 수열의 합 풀이
- swift 2xn 타일링 백준
- swift ac 풀이
- ac 구현 풀이
- swift dfs
- 백준 2xn 타일링
- swift 2xn 타일링
- MVVM
- swift 알고리즘
- rxswift
- 백준 2xn 타일링 풀이
- swift 백준 9095
- ac 투포인터
- swift 연속된 부분 수열의 합
- 연속된 부분 수열의 합 투포인터
- swift gRPC
- 123 더하기 풀이
- swift 프로그래머스
- iOS Charts
- swift 2xn 타일링 풀이
- swift ac 문제풀이
- swift
- ac swift 풀이
- 1 2 3 더하기 풀이
- ios
- swift codility
- swift ac
- swift 9095 풀이
- 연속된 부분 수열의 합 swift
Archives
- Today
- Total
목록
728x90
swift 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