[C++/Python] LeetCode : Triangle
Question Given a triangle array, return the minimum path sum from top to bottom. For each step, you may move to an adjacent number of the row below. More formally, if you are on index i on the current row, you may move to either index i or index i + 1 on the next row. 삼각형 배열이 주어지면 위에서 아래로 최소 경로 합계를 반환합니다. 각 단계마다 아래 행의 인접한 번호로 이동할 수 있습니다. 더 공식적으로 말하면, 현재 행의 인덱스 i에 있으면 다음 행의 인덱스 i 또는 인덱스 i 1로 이동할 ..
IT/Problem Solving
2024. 3. 2. 16:09
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 러스트
- 인터뷰
- 속초
- C++
- 러스트 입문
- 알고리즘
- Tree
- LeetCode
- 기술면접
- 반드시 알아야 할 자료구조
- coding interview
- 트리
- 자료구조
- 리트코드
- 내돈내산
- 러스트 배우기
- algorithm
- rust
- interview question
- 맛집
- 코딩인터뷰
- ProblemSolving
- PS
- 속초 맛집
- Medium
- Interview
- DP
- Problem Solving
- 러스트 기초
- 솔직후기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함