Skip to content

Commit 0a48fdb

Browse files
authored
Update README.md (added a buffer size attribute)
1 parent 50b6a79 commit 0a48fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class Instance: public Problem<T,D>{
66
public:
77
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){}
8+
Instance(std::string filePath, int size, int space, int buffer):Problem<T,D>(filePath, size, space){}
99
private:
1010
// Functions to implement according to the problem and input
1111
int mReadInput(){

0 commit comments

Comments
 (0)