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 0a48fdb commit c901177Copy full SHA for c901177
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, int buffer):Problem<T,D>(filePath, size, space){}
+ Instance(std::string filePath, int size, int space, int buffer):Problem<T,D>(filePath, size, space, buffer){}
9
private:
10
// Functions to implement according to the problem and input
11
int mReadInput(){
0 commit comments