Backjoon Algorithm 1-2: Graph1

Introduction

graph 구현 순서

  • graph 초기화
  • graph 정렬
  • BFS / DFS 구현
    • BFS
      • 방문 lists 생성
      • 방문 안 했을 경우 bfs 재귀
    • DFS
  • 결과 출력

Basic

ABCDE

DFS와 BFS

연결 요소의 개수

이분 그래프

단지번호붙이기

섬의 개수

미로 탐색

토마토

Practice

Plus

2022

Stack

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 ↑