https://github.com/limitkr/boj-ps
백준 온라인 저지 문제풀이
https://github.com/limitkr/boj-ps
baekjoon-online-judge competitive-programming problem-solving
Last synced: about 1 year ago
JSON representation
백준 온라인 저지 문제풀이
- Host: GitHub
- URL: https://github.com/limitkr/boj-ps
- Owner: limitkr
- License: mit
- Created: 2024-09-19T18:47:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T01:55:18.000Z (over 1 year ago)
- Last Synced: 2025-02-14T10:02:13.322Z (over 1 year ago)
- Topics: baekjoon-online-judge, competitive-programming, problem-solving
- Language: C++
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boj-ps
백준 온라인 저지 문제풀이

## 사용 언어
[](https://skillicons.dev)
대부분의 문제는 C++20를 사용합니다. 사용 템플릿은 [여기](https://github.com/limitkr/ps-template/blob/main/starter_minimal.cpp#L1)에서 확인할 수 있습니다.
가끔 C언어나 Python을 사용하기도 합니다. C언어는 특정 문제에서 1등을 노리기 위해 사용하고, Python은 C계열 언어에서 해결하기 어려운 유형(부동소수점 오차, Big Integer 처리)을 만났을 때 사용합니다.