summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhang zhihao <[email protected]>2022-11-13 11:11:38 +0000
committerzhang zhihao <[email protected]>2022-11-13 11:11:38 +0000
commite50bc291f37507474e0575cc8bf38309f49a8bfb (patch)
treef3a39d67511bb5b76378bed060795492df727461
parentc039ad7864ce894fc0c445cf04a55a3f3d2ee787 (diff)
Update README.md
-rw-r--r--README.md31
1 files changed, 29 insertions, 2 deletions
diff --git a/README.md b/README.md
index 292c6cf..f134b10 100644
--- a/README.md
+++ b/README.md
@@ -14,34 +14,61 @@ git clone https://git.mesalab.cn/zhangzhihao/heavykeeper.git
**文件目录说明**
+
HeavyKeeper中存放算法实现,include中存放算法声明,init中属于工具库。
+
filetree
+
- HeavyKeeper
+
CMakeLists
+
cmsketch.cpp
+
CSS.cpp
+
heavykeeper.cpp
+
LossyCounting.cpp
- spacesaving.cpp
+
+ spacesaving.cpp
+
- include
+
cmsketch.h
+
CSS.h
+
heavykeeper.h
+
LossyCounting.h
+
spacesaving.h
+
- init
+
BOBHash32.cpp
+
BOBHash32.h
+
BOBHash64.cpp
+
BOBHash64.h
+
params.h
+
ssummary.cpp
ssummary.h
+
- dataset
+
2016.dat
+
2018.dat
+
- main.cpp
-CMakeLists.txt
+
+- CMakeLists.txt
**部署**