瀏覽代碼

Renaming files

Sajin Sasy 2 年之前
父節點
當前提交
ba810ccb91
共有 2 個文件被更改,包括 0 次插入10 次删除
  1. 0 0
      bst.cpp
  2. 0 10
      node.hpp

+ 0 - 0
node.cpp → bst.cpp


+ 0 - 10
node.hpp

@@ -1,10 +0,0 @@
-#ifndef __NODE_HPP__
-#define __NODE_HPP__
-
-#include "mpcio.hpp"
-#include "options.hpp"
-
-void bst(MPCIO &mpcio,
-    const PRACOptions &opts, char **args);
-
-#endif