Skip to content

Commit cc341f8

Browse files
committed
Computations and Documentations
1 parent c0923e1 commit cc341f8

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed
File renamed without changes.

Project Document.docx

1.4 KB
Binary file not shown.

hnsw_implementation/hnsw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <unordered_map>
77
#include <iostream>
88

9-
#include "../CPU/initialization.h"
9+
#include "../CPU/computations.h"
1010
using namespace std;
1111

1212

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "hnsw_implementation/hnsw.h"
2-
#include "CPU/initialization.h"
2+
#include "CPU/computations.h"
33
#include <algorithm>
44
#include <ctime>
55
#include <iostream>

sample_inputs/input_generator.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ int main(){
7272
dump_func(2,4,50,10,0.9);
7373
dump_func(3,4,1000,100,0.9);
7474
dump_func(4,5,10000,100,0.9);
75+
dump_func(5,10,10000,1000,0.9);
76+
dump_func(6,100,10000,1000,0.9);
7577
return 0;
7678
}
7779

0 commit comments

Comments
 (0)