Add more algorithms

This commit is contained in:
D-X-Y
2019-09-28 18:24:47 +10:00
parent bfd6b648fd
commit cfb462e463
286 changed files with 10557 additions and 122955 deletions

6
scripts/clean.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
find -name "__pycache__" | xargs rm -rf
find -name "._.DS_Store" | xargs rm -rf
find -name ".DS_Store" | xargs rm -rf
rm -rf output
rm -rf ./scripts-cluster/tmps/job*