Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 411 Bytes

blackjack-graphs

Blackjack game context simulation using graphs in C++ language, developed in the Algorithms I discipline at UFMG.

Setup

To run this project, follow the steps below.

Run the command make to generate blackjack-graphs file:

make

Then run blackjack-graphs file, passing a test case file as an inline parameter, for example:

./blackjack-graphs ./tests/input1.txt