아...그 뭐였더라..

  • 홈
  • 태그
  • 방명록

2025/04/07 1

99클럽 코테 스터디 6일차 TIL + DFS

https://www.acmicpc.net/problem/4963# 4963 섬의 개수import syssys.setrecursionlimit(10**7)input = sys.stdin.readlinedx = [1,-1,0,0,1,1,-1,-1]dy = [0,0,1,-1,1,-1,1,-1]def dfs(x,y): if x = h or y = w: return if graph[x][y] == 1: graph[x][y] = 0 # 방문처리 for i in range(8): nx = x + dx[i] ny = y + dy[i] dfs(nx,ny)while True: answer = 0 ..

Algorithm/Problems 2025.04.07
이전
1
다음
더보기
프로필사진

아...그 뭐였더라..

  • 전체 글 보기 (187)
    • Language (66)
      • C (1)
      • Python (8)
      • Java (8)
      • SQL (48)
      • JS (1)
    • Algorithm (94)
      • Problems (92)
      • algorithm (2)
    • Problem solving (13)
      • 쉽게 배우는 JSP 웹 프로그래밍 (13)
    • Project (10)
      • Intro (6)
      • Web (2)
      • Android (1)
      • Java (1)
    • 취업준비 (4)
      • 자격증 (0)
      • 경신스📰 (0)
      • Life Mission (4)
      • Study (0)

Tag

MySQL, 항해99, DFS, 완전탐색, 백트래킹, BFS, til, 99클럽, 자바, 파이썬, Python, 그리디, 쉽게 배우는 JSP 웹 프로그래밍, 백준, 개발자취업, DP, java, 프로그래머스, SQL, 코딩테스트준비,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/04   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바