본문 바로가기

Done is better than perfect

검색하기
Done is better than perfect
프로필사진 jihye0

  • 분류 전체보기 (52)
    • C++ (1)
    • React (8)
    • Flutter (5)
    • Algorithm (2)
    • Nextjs (0)
    • 책 (4)
    • Kotlin (1)
    • Java (6)
    • UI UX (1)
    • CS (2)
    • IT (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/09   »
일 월 화 수 목 금 토
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
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Algorithm (2)

Done is better than perfect

[BFS] 푸는 방법 정리

백준 2468번 풀면서 정리함package P2468;import java.io.*;import java.util.*;class Node{ int x; int y; public Node(int x, int y) { this.x = x; this.y = y; } @Override public String toString() { return "Node [x=" + x + ", y=" + y + "]"; }}public class Main { static int N; static int max; static int ans; static int[][] map; static boolean[][] visited; static int[] dx= {-1, 0, 1, 0}; static int[] dy= {0, ..

Algorithm 2024. 9. 5. 11:54
[백준] java 문제 풀 때 주의 할점

BufferedReader br은 한번만 선언해줘야함!  아니면 runtime error가 남😭

Algorithm 2024. 7. 29. 19:48
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바