Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sangwoo-joh/ocaml-ps
:camel: Problem solving with OCaml
https://github.com/sangwoo-joh/ocaml-ps
algorithm ocaml problemsolving
Last synced: 3 months ago
JSON representation
:camel: Problem solving with OCaml
- Host: GitHub
- URL: https://github.com/sangwoo-joh/ocaml-ps
- Owner: sangwoo-joh
- Created: 2019-08-22T06:32:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T05:40:50.000Z (4 months ago)
- Last Synced: 2024-07-26T06:50:04.487Z (4 months ago)
- Topics: algorithm, ocaml, problemsolving
- Language: OCaml
- Homepage:
- Size: 211 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - ocaml-ps - joh | 2 | (OCaml)
README
# ocaml-ps
:camel: Problem solving with OCaml!
## How to build BOJ
```bash
cd boj
dune build
dune exec ./
```## Reference
- [Baekjoon Language](https://www.acmicpc.net/help/language)