This project is a simple implementation about algorithm created by Chao Xu, in which the problem of subset can be solved in
g++
mingw32-make.exe
In this project, we provide a makefile to help you to run this program easily.
First, you need clone this project in your computer.
git clone git@github.com:KuangjuX/Algorithm-Lab.git Subset
cd Subset/src
Now you are in the folder of source code. You can compile and run by executing the following commands in your terminal:
mingw32-make
mingw32-make run