본문 바로가기

개발일지

검색하기
개발일지
프로필사진 devbh

  • 분류 전체보기 (41)
    • vue (5)
    • React (2)
    • 알고리즘 (18)
    • JPA (2)
    • Java (1)
    • HTML,CSS,JavaScript (7)
    • jQuery (0)
    • PHP (0)
    • Spring (4)
    • 기타 (2)
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
  • 집합의 표현
  • CLI2
  • Rest
  • Helper
  • Dag
  • 구조화
  • 1249
  • VUE
  • 위상정렬
  • 배열돌리기
  • 백준
  • lombok
  • CLI
  • SW Expert
  • eslint
  • Union-Find
  • RESTful
  • 보급로
  • 모듈화
  • 유니온파인드
  • CLI3
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Union-Find (1)

개발일지

[백준] 집합의 표현 (1717)

Union-Find의 기본 문제이다. import java.util.Scanner; public class Main { static int n,m; static int[] arr; public static void main(String[] args) { Scanner sc = new Scanner(System.in); n = sc.nextInt(); m = sc.nextInt(); arr = new int[n+1]; for(int i=1;i

알고리즘 2020. 2. 21. 15:57
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바