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
- matrix
- recursive
- string
- linked list
- 리트코드
- Binary
- Array
- 미디움
- easy
- sorting
- list
- 문자열
- backtracking
- HashTable
- leetcode
- dfs
- math
- Python
- 재귀
- binary tree
- Depth-first Search
- 이진트리
- binary search
- tree
- 쉬움
- Medium
- DP
- hash table
- two pointers
- 중간
Archives
- Today
- Total
목록leetcode 118 (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