Skip to content

Commit 1d2b4b1

Browse files
committed
Updated README
1 parent 1146a23 commit 1d2b4b1

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -22,31 +22,31 @@ Total cosine similarity with normalization time: 5.251 sec<br />
2222

2323
# FILE STRUCTURE
2424

25-
Approximate Nearest Neighbours/
26-
27-
├── CPU/
28-
│ ├── computations.h
29-
30-
31-
├── GPU/
32-
│ ├── header1.h
33-
│ └── header2.h
34-
35-
├── hnsw_implementation/
36-
│ ├── hnsw_py.cpp
37-
│ ├── hnsw.cpp
38-
│ └── hnsw.h
39-
40-
├── sample_inputs/
41-
│ ├── compile_generator.sh
42-
│ └── input_generator.cc
43-
44-
├── sample_outputs/
45-
46-
├── compile.sh
47-
48-
├── main.cpp
49-
50-
├── run.sh
51-
52-
└── README.md
25+
Approximate Nearest Neighbours/<br />
26+
<br />
27+
├── CPU/<br />
28+
│ ├── computations.h<br />
29+
<br />
30+
<br />
31+
├── GPU/<br />
32+
│ ├── header1.h<br />
33+
│ └── header2.h<br />
34+
<br />
35+
├── hnsw_implementation/<br />
36+
│ ├── hnsw_py.cpp<br />
37+
│ ├── hnsw.cpp<br />
38+
│ └── hnsw.h<br />
39+
<br />
40+
├── sample_inputs/<br />
41+
│ ├── compile_generator.sh<br />
42+
│ └── input_generator.cc<br />
43+
<br />
44+
├── sample_outputs/<br />
45+
<br />
46+
├── compile.sh<br />
47+
<br />
48+
├── main.cpp<br />
49+
<br />
50+
├── run.sh<br />
51+
<br />
52+
└── README.md<br />

0 commit comments

Comments
 (0)