An open API service indexing awesome lists of open source software.

https://github.com/socker210/baekjoon

자료구조와 알고리즘을 공부
https://github.com/socker210/baekjoon

algorithm data-structure

Last synced: 8 months ago
JSON representation

자료구조와 알고리즘을 공부

Awesome Lists containing this project

README

          

## 자료구조와 알고리즘을 공부합니다

- gold 문제 막힘없이 푸는게 목표입니다

## CLI

### `pnpm run solve -f file -i input-file`

실행 할 프로그램과 프로그램 내 입력 데이터에 대한 파일을 지정합니다

#### 옵션

- **[-f | --file]** 실행할 파일을 지정합니다
- **[-i | --input]** 입력 데이터 파일명을 지정합니다

### `pnpm run challenge`

풀 문제에 대한 파일과 입력 데이터 파일을 생성합니다