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
- Array
- HashTable
- leetcode
- two pointers
- binary tree
- string
- 미디움
- Python
- recursive
- backtracking
- 중간
- hash table
- 재귀
- 이진트리
- 문자열
- sorting
- linked list
- list
- 리트코드
- math
- dfs
- matrix
- binary search
- tree
- Medium
- 쉬움
- DP
- Binary
- easy
- Depth-first Search
Archives
- Today
- Total
목록삼각형 (1)
부부의 코딩 성장 일기
LeetCode 118(Pascal's Triangle, Python)
1. 문제 링크 Pascal's Triangle - LeetCode Pascal's Triangle - LeetCode Can you solve this real interview question? Pascal's Triangle - Given an integer numRows, return the first numRows of Pascal's triangle. In Pascal's triangle, each number is the sum of the two numbers directly above it as shown: [https://upload.wikimedia.o leetcode.com 2. 문제 설명 파스칼 삼각형을 알아야 함 파스칼 삼각형은 가장 위 꼭대기에는 1, 그 다음 줄에는 1, 1이..
Algorithm/LeetCode
2023. 11. 22. 19:00