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
- MVVM
- swift dfs
- rxswift
- 연속된 부분 수열의 합 swift
- swift
- swift 2xn 타일링 백준
- swift 연속된 부분 수열의 합 풀이
- ios
- 연속된 부분 수열의 합 투포인터
- 백준 2xn 타일링 풀이
- swift 프로그래머스
- 1 2 3 더하기 풀이
- swift gRPC
- swift 2xn 타일링 풀이
- swift ac 문제풀이
- swift 2xn 타일링
- swift ac 풀이
- swift 알고리즘
- swift 백준 9095
- swift ac
- swift 9095 풀이
- swift codility
- ac 투포인터
- swift 연속된 부분 수열의 합
- swift algorithm
- 123 더하기 풀이
- ac swift 풀이
- ac 구현 풀이
- 백준 2xn 타일링
- iOS Charts
Archives
- Today
- Total
목록
728x90
MissingInteger 풀이
728x90
반응형
(1)
728x90
728x90
반응형
boraBong
[Swift] MissingInteger 문제 풀이 [Codility - Lesson 4. Counting Elements]
💬 문제 https://app.codility.com/programmers/lessons/4-counting_elements/missing_integer/ MissingInteger coding task - Learn to Code - Codility Find the smallest positive integer that does not occur in a given sequence. app.codility.com 💬 Idea N 정수의 배열 A가 주어지면 A에서 발생하지 않는 가장 작은 양의 정수(0보다 큼)를 반환해야 하므로 우선 A를 정렬한 뒤 A에서 1보다 작은 수를 모두 필터링해주었다. 이후 결과가 빈 배열이라면 1을 리턴하여 빨리 결과값을 도출해주었고, 그렇지 않다면 for문을 돌며 preIn..
iOS/Algorithm
2023. 3. 30. 20:32