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