https://github.com/lac-dcc/dcc888
https://github.com/lac-dcc/dcc888
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lac-dcc/dcc888
- Owner: lac-dcc
- License: gpl-3.0
- Created: 2023-08-22T16:12:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T16:15:48.000Z (about 2 years ago)
- Last Synced: 2025-01-21T20:12:17.621Z (12 months ago)
- Language: Python
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DCC888
This repository contains implementations for different classes of [DCC888](https://homepages.dcc.ufmg.br/~fernando/classes/dcc888/).
## Running
Each folder corresponds to a different class. Each class contains a `main.py` file, which can be loaded as follows:
```
python3 -m doctest main.py
```