일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Desktop
- CS
- VS ERROR
- 리뷰
- 배열
- 이지스퍼블리싱
- 지식나눔강좌
- 함수
- Windows
- 백준
- Programming
- Tips프로그래밍강좌
- Javascript
- doit코틀린프로그래밍
- tipssoft
- 프로그래밍
- Visual Studio
- Kotlin
- c++
- 연산자
- 포인터
- 알고리즘
- Win32
- 김성엽
- c#
- Direct2D
- 문법
- 티스토리
- Tips강좌
- c
Archives
- Yesterday
- Today
- Total
목록길찾기 (2)
F.R.I.D.A.Y.
Q 길찾기
Q. 2018/05/13 - [프로그래밍/C C++] - Q 길찾기 > 1순위"); } printf("\n"); } DestroyNode(root); free(end); free(list); return 0; } void findNode(Node *parent, Pos *start, Pos *end) { if (bg[start->x][start->y]) { Pos *Nxt = (Pos *)malloc(sizeof(Pos)); if (start->x + 1 x) { if (bg[start->x + 1][start->y]) { Nxt->x = start->x + 1; Nxt->y = start->y; parent->xNode = setNode(bg[Nxt->x][Nxt->y], Nxt); parent->xN..
DEV/C C++
2018. 5. 19. 06:25