Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 653 Bytes

Readme.md

File metadata and controls

35 lines (26 loc) · 653 Bytes

C++ Script for finding the cheapest configuration for a domino's pizza.

There is so much to talk about this script that i have written an entire article about it. Have a look at it and come back later.

Prerequisites

Following packages are required before running the script:

  • sqlite3
  • cmake

Installation

git clone [email protected]:Simple-codinger/DominosOptimizer.git
cd DominosOptimizer
git submodule init
mkdir build && cd build
cmake ..
cd ..
cmake --build build/
touch database.db
sqlite3 database.db < databaseSchema.sql

Run

To start the script, run the following command:

./bin/DominosOptimizer