최데브는 오늘도 프로그래밍을 한다.

  • 홈
  • 태그
  • 방명록

종만북 #알고스팟 #알고리즘 #알고스팟 소풍 1

알고스팟 - 소풍

#include #include #include #include #include using namespace std; int n, m; int tcase; bool arefriends[10][10]; int dfs(bool selected[10]) { int firstfree = -1; for (int i = 0;i < n;i++) { if (!selected[i]) { firstfree = i;// 아직 골라지지 않은 사람의 인덱스를 저장하고 break break; } } if (firstfree == -1) return 1; int ret = 0; for (int j = firstfree + 1; j < n;j++) { if (!selected[j] && arefriends[firstfree][j])..

알고리즘 2020.06.15
이전
1
다음
더보기
프로필사진

최데브는 오늘도 프로그래밍을 한다.

안드로이드 개발자로 일하고 있습니다. 다양한 개발 플랫폼에 흥미 있으며 세상을 더 좋은 곳으로 만드는 서비스를 개발하는 것에 관심이 많습니다.

  • 분류 전체보기 (240)
    • Javascript (2)
    • DB (5)
    • 알고리즘 (38)
      • DP (2)
      • BFS&DFS (0)
      • 정렬 (0)
    • Java (4)
    • React (4)
    • 잡담 (33)
    • html css (1)
    • Android (63)
      • RxJava, RxKotlin (7)
      • Android UI (6)
      • Android Compose (15)
      • Coroutine (7)
      • DeepDive Android (1)
    • 안드로이드 프로젝트 (8)
    • Effective Kotiln (6)
    • 블록체인 (2)
    • Kotlin (6)
    • Go (5)
    • Flutter (6)
    • BackEnd (2)
      • Java Spring (6)
      • Nest.js,Node.js (1)
    • AI (2)
    • Dev6 (3)
    • IOS (1)
      • Swift (1)

Tag

Flutter, 안드로이드 클린아키텍쳐, android, 안드로이드 개발자, 코딩테스트, android compose, 안드로이드 컴포즈, 안드로이드, RxKotiln, 잡담, Kotiln, Go언어, Kotlin, RxJava, 이펙티브 코틀린, 코틀린, 개발자, 프로그래머스, 알고리즘, MVVM,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바