Benezivas / algobattle

Let teams compete by making them create hard instances and fast solvers for problems of your choice. Then pitch these instances and solvers against one another. All language-agnostic.
https://algobattle.org
MIT License
8 stars 3 forks source link

create results folder when writing to it #152

Closed ImogenBits closed 10 months ago

ImogenBits commented 10 months ago

This addresses #151 by making sure to create the results folder should it not exist already.

Benezivas commented 10 months ago

Thank you.