We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b6a79 commit 0a48fdbCopy full SHA for 0a48fdb
README.md
@@ -5,7 +5,7 @@
5
class Instance: public Problem<T,D>{
6
public:
7
Instance(std::string filePath, int size):Problem<T,D>(filePath, size){}
8
- Instance(std::string filePath, int size, int space):Problem<T,D>(filePath, size, space){}
+ Instance(std::string filePath, int size, int space, int buffer):Problem<T,D>(filePath, size, space){}
9
private:
10
// Functions to implement according to the problem and input
11
int mReadInput(){
0 commit comments