Skip to content

Commit df3d7ed

Browse files
authored
Update README with project file structure
Fixing a formatting issue
1 parent 017a05a commit df3d7ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Once testing is complete, the `make clean` command can be run to clean all artif
6868

6969
## File Structure
7070

71+
```text
7172
project-root/
7273
├── build/ # Compiled binaries and test executables
7374
├── data-generation/ # Scripts for generating synthetic datasets
@@ -87,6 +88,7 @@ project-root/
8788
├── QPESeq.c # Main entry for serial execution engine
8889
├── requirements.sh # Environment + dependency setup script
8990
└── sample-queries.txt # Example queries for debugging + validation
91+
```
9092

9193
---
9294

@@ -109,4 +111,4 @@ We verified accuracy through targeted testing and edge-case checks, while profil
109111
* *Ian Davis*:
110112
* *Anthony Czerwinski*: Sample queries & Select parallelizations
111113
* *Sam Dickerson*: Parser & Insert parallelizations
112-
* *Logan Kelsch*: Data generation &
114+
* *Logan Kelsch*: Data generation &

0 commit comments

Comments
 (0)