[백준시리즈] Simulation Overview

Introduction

시뮬레이션 문제 정리

시뮬레이션 문제의 장점은 끈기와 노력만 있다면 어떻게든 풀 수 있다는 것이고, 단점은 푸는데 시간이 오래걸린다는 것이다.

시간복잡도 생각하기 전에 일단 구현해보자

  • 구슬 탈출 2
  • 2024(Easy)
  • 시험 감독
  • 주사위 굴리기
  • 테트로미노

  • 아기 상어
  • 청소년 상어
  • 어른 상어
  • 마법사 상어와 파이어볼
  • 마법사 상어와 토네이도
  • 마법사 상어와 파이어스톰
  • 마법사 상어와 비바라기
  • 마법사 상어와 블리자드
  • 상어 초등학교
  • 상어 중학교

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 ↑