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 |
Tags
- SOLID
- postgresql
- API
- nodejs
- DB
- js
- ps
- review
- Linux
- Git
- figma
- Three
- mongo
- DM
- PyTorch
- GAN
- PRISMA
- react
- CV
- UI
- python
- C++
- ts
- sqlite
- html
- vscode
- CSS
- Express
- frontend
- ML
Archives
- Today
- Total
목록2025/04/19 (1)
아카이브
[PS] Leet | 207. 과목 스케쥴
문제There are a total of numCourses courses you have to take, labeled from 0 to numCourses - 1. You are given an array prerequisites where prerequisites[i] = [a_i, b_i] indicates that you must take course b_i first if you want to take course a_i.For example, the pair [0, 1], indicates that to take course 0 you have to first take course 1.Return true if you can finish all courses. Otherwise, return..
CS/PS
2025. 4. 19. 19:47