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

https://github.com/5tarlight/boj

My BOJ
https://github.com/5tarlight/boj

boj ps

Last synced: 2 months ago
JSON representation

My BOJ

Awesome Lists containing this project

README

          

# BOJ

My BOJ solve note!

[![Solved.ac Profile](https://solvedac-cards-starcea.paring.moe/profile/5tarlight?size=200)](https://solved.ac/5tarlight)
[![Solved.ac Profile](https://solvedac-cards-starcea.paring.moe/problems/5tarlight)](https://solved.ac/5tarlight)
[![Solved.ac Profile](https://solvedac-cards-starcea.paring.moe/tags/5tarlight)](https://solved.ac/5tarlight)

## Project Structure
- boj : My correct answers. Categorized by tier and competition. filename is the number of problem.
- boj-cpp : C++ project for code writing and testing.
- boj-py : Python3 project for code writing and testing.