Skip to content

Commit 3c3fe12

Browse files
committed
📝 update README.md to include latest instruction
1 parent f608717 commit 3c3fe12

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

README.md

+25-12
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,34 @@
2626
}
2727
]
2828
```
29-
- Select `run build task` and select your C++ Compiler.
29+
30+
- Select `run build task` with the `main.cpp` file selected and select your C++ Compiler.
3031
- After compilation open a new terminal, `cd` to `src` folder using the command `cd src`
3132
- Run code using `./main`.
3233

3334
## Development Notes
3435

3536
1. There should be some warnings, but for now it can be ignored, it should not affect the compilation.
36-
2. If the compilation is successful, that should be the following user input prompt: <br> `Select Block Size (Enter 1 or 2): ` <br>
37-
38-
## List of contributors:
39-
40-
| Name | Github Profile |
41-
| ------------- |:-----:|
42-
| Joshua | [suenalaba](https://github.com/suenalaba) |
43-
| Gregory | [ProcessedCarbon](https://github.com/ProcessedCarbon) |
44-
| Ryan | [raiseu](https://github.com/raiseu) |
45-
| Joei | [jyzy-here](https://github.com/jyzy-here) |
46-
| Chee Yang | [sleepy-pan-da](https://github.com/sleepy-pan-da) |
37+
2. If the compilation is successful, that should be the following user input prompt: <br> `Select Block Size (Enter 1 or 2): ` <br>
38+
3. Upon selecting a block size, something like this template will be printed (May differ based on Block Size Selected)
39+
40+
```
41+
===================================================================
42+
Experiment 1 Results
43+
===================================================================
44+
The number of blocks used is: 42813
45+
The database size (in B) based on blocks is: 21406500
46+
The database size (in B) based on records is: 21406360
47+
The database size (in MB) based on blocks is: 21.4065
48+
The database size (in MB) based on records is: 21.4064
49+
```
50+
51+
## List of contributors:
52+
53+
| Name | Github Profile |
54+
| --------- | :---------------------------------------------------: |
55+
| Joshua | [suenalaba](https://github.com/suenalaba) |
56+
| Gregory | [ProcessedCarbon](https://github.com/ProcessedCarbon) |
57+
| Ryan | [raiseu](https://github.com/raiseu) |
58+
| Joei | [jyzy-here](https://github.com/jyzy-here) |
59+
| Chee Yang | [sleepy-pan-da](https://github.com/sleepy-pan-da) |

0 commit comments

Comments
 (0)