본문 바로가기 메뉴 바로가기

メロンソーダ

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

メロンソーダ

검색하기 폼
  • 분류 전체보기 (127)
    • ALGORITHM (114)
      • 프로그래머스 (72)
      • 백준 (26)
      • SW Expert (16)
    • LANGUAGE (12)
      • C++ (6)
      • Python (6)
      • JavaScript (0)
    • FRONT-END (0)
    • BACK-END (0)
      • node.js (0)
    • APP (1)
      • React Native (1)
    • 취준 (0)
  • 방명록

깊이우선탐색 (1)
[Python] SWExpert - 창용 마을 무리의 개수(D4)

문제출처 - https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWngfZVa9XwDFAQU&categoryId=AWngfZVa9XwDFAQU&categoryType=CODE SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com def dfs(graph, start): visit = [] stack = [start] while stack: node = stack.pop() if node not in visit: visit.append(node) stack.extend(graph[node]) return visit t = int(i..

ALGORITHM/SW Expert 2020. 4. 17. 03:36
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • dictionary
  • 파이썬
  • hash
  • left join
  • SW Expert
  • 해시
  • 프로그래머스
  • 괄호
  • 2020 KAKAO BLIND RECRUITMENT
  • Permutation
  • C++
  • combination
  • 코딩테스트
  • 정렬
  • 백준
  • 문자열처리
  • 스택
  • 문자열
  • SWExpert
  • 구현
  • BOJ
  • programmers
  • 2019 Kakao Blind Recruitment
  • Python
  • 딕셔너리
  • 순열
  • 재귀
  • 우선순위큐
  • 힙
  • 완전탐색
more
«   2025/05   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바