https://github.com/socker210/baekjoon
자료구조와 알고리즘을 공부
https://github.com/socker210/baekjoon
algorithm data-structure
Last synced: 8 months ago
JSON representation
자료구조와 알고리즘을 공부
- Host: GitHub
- URL: https://github.com/socker210/baekjoon
- Owner: socker210
- Created: 2022-04-24T10:54:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T13:59:43.000Z (over 2 years ago)
- Last Synced: 2025-02-12T08:18:10.645Z (10 months ago)
- Topics: algorithm, data-structure
- Language: C++
- Homepage: https://www.acmicpc.net
- Size: 106 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 자료구조와 알고리즘을 공부합니다
- gold 문제 막힘없이 푸는게 목표입니다
## CLI
### `pnpm run solve -f file -i input-file`
실행 할 프로그램과 프로그램 내 입력 데이터에 대한 파일을 지정합니다
#### 옵션
- **[-f | --file]** 실행할 파일을 지정합니다
- **[-i | --input]** 입력 데이터 파일명을 지정합니다
### `pnpm run challenge`
풀 문제에 대한 파일과 입력 데이터 파일을 생성합니다