[백준 바킹독] 0x09 - BFS Overview

Introduction

https://www.acmicpc.net/workbook/view/7313

너비 우선 탐색 예제

  • 그림
  • 미로 탐색
  • 토마토(7576)
  • 불!
  • 숨바꼭질
  • 유기농 배추
  • 적록색약
  • 토마토(7569)
  • 나이트의 이동
  • 영역 구하기
  • 단지번호붙이기
  • 스타트링크
  • 안전영역
  • 상범 빌딩
  • 벽 부수고 이동하기
  • 텀 프로젝트
  • 빙산
  • 다리 만들기
  • 숨바꼭질 3
  • 말이 되고픈 원숭이
  • 숨바꼭질 4
  • 벽 부수고 이동하기 2
  • 벽 부수고 이동하기 3
  • 확장 게임
  • 불켜기
  • 숨바꼭질 5
  • 열쇠
  • 백조의 호수

2022

Stack

less than 1 minute read

Introduction

Stack

less than 1 minute read

Introduction

Download-only-one-directory

less than 1 minute read

Git 명령어를 사용한 하위 디렉토리 다운로드 Clone 할 로컬 저장소 생성

Sort

3 minute read

Introduction

Tree

less than 1 minute read

Introduction

Mutex library on C++

less than 1 minute read

#include <iostream> #include <thread> #include <chrono> #include <mutex> #include <atomic> #include <string.h>

TODO

less than 1 minute read

how to costom github blog using jekyll

Welcome to Jekyll!

less than 1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

Back to top ↑