Add constraint clarification comments

This commit is contained in:
2020-04-19 11:53:02 +02:00
parent 63446f0431
commit 59f9a41cf5
+2
View File
@@ -3,7 +3,9 @@
using namespace std;
// Must be power of 10 and <= than FOLDER_MOD
const size_t BufferUtils::FILE_MOD = 1000;
// Must be power of 10 and >= than FILE_MOD.
const size_t BufferUtils::FOLDER_MOD = 100000;
string BufferUtils::get_filename(