[Swift 알고리즘] - 행렬의 덧셈 (Programmers)
https://school.programmers.co.kr/learn/courses/30/lessons/12950 내 풀이func solution(_ arr1: [[Int]], _ arr2: [[Int]]) -> [[Int]] { var result: [[Int]] = [] for i in 0.. 2차원 배열 문제는 처음이라 접근하는 방법에 어려움이 있었다. 두 배열의 길이는 항상 같음으로 arr1.count를 사용해 배열안에 배열을 생성 [ [ ] ]각 배열의 요소에 접근해서 각각 더해줘야하기 때문에 result[i번째]에 arr1[i번째][j번째] 요소 + arr2[i번째][j번째] 요소의 합 추가 ex) i가 0 // j가 0 인경우 arr1[0][0] ==> 1 arr2[0]..
알고리즘
2024. 7. 11. 13:14
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- ios
- CS 네트워크
- Swift
- RIBs tutorial
- swift 고차함수
- swift property
- Swift joined
- iOS error
- Swift joined()
- Swift ModernRIBs
- Swift inout
- Class
- Swift final
- RTCCameraVideoCapturer
- Swift 프로퍼티
- Swift 알고리즘
- Swift init
- Swift 내림차순
- swift protocol
- swift programmers
- swift reduce
- 2023년 회고
- 원티드 프리온보딩
- Combine: Asynchronous Programming with Swift
- Swift RIBs
- Swift 프로그래머스
- swift (programmers)
- Swift Leetcode
- Swift Error Handling
- removeLast()
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함