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
- UI
- sqlite
- Three
- postgresql
- python
- PRISMA
- Git
- frontend
- js
- backend
- review
- react
- Express
- C++
- ps
- API
- CSS
- mongo
- SOLID
- GAN
- DB
- ML
- Linux
- html
- CV
- PyTorch
- ts
- vscode
- nodejs
- figma
Archives
- Today
- Total
목록2025/05/03 (1)
아카이브
[PS] Leet | 141. 연결 리스트 순환
문제Given head, the head of a linked list, determine if the linked list has a cycle in it.There is a cycle in a linked list if there is some node in the list that can be reached again by continuously following the next pointer. Internally, pos is used to denote the index of the node that tail's next pointer is connected to. Note that pos is not passed as a parameter.Return true if there is a cycle..
CS/PS
2025. 5. 3. 18:37