diff options
author | cathook <b01902109@csie.ntu.edu.tw> | 2014-04-24 01:34:26 +0800 |
---|---|---|
committer | cathook <b01902109@csie.ntu.edu.tw> | 2014-04-24 01:34:26 +0800 |
commit | cdd83a74b59b075a8b001634a12d2bf8e5a28e26 (patch) | |
tree | 71942f0cb4c474e2f5e9bfd25c291bd21b75e1c9 /README.asciidoc | |
parent | 4867c9321df88bea09dc026cddeb33126c14dc36 (diff) | |
download | meow-cdd83a74b59b075a8b001634a12d2bf8e5a28e26.tar meow-cdd83a74b59b075a8b001634a12d2bf8e5a28e26.tar.gz meow-cdd83a74b59b075a8b001634a12d2bf8e5a28e26.tar.bz2 meow-cdd83a74b59b075a8b001634a12d2bf8e5a28e26.tar.lz meow-cdd83a74b59b075a8b001634a12d2bf8e5a28e26.tar.xz meow-cdd83a74b59b075a8b001634a12d2bf8e5a28e26.tar.zst meow-cdd83a74b59b075a8b001634a12d2bf8e5a28e26.zip |
fix readme
Diffstat (limited to 'README.asciidoc')
-rw-r--r-- | README.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.asciidoc b/README.asciidoc index 2c48307..1d25b02 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -253,7 +253,7 @@ size_t `number2`)| size_t | very fast ||merge|(MergeableHeap* `heap2`)|void|O(logN+logM) |將 `heap2` 的資料統統加到 `this` 中, 並且清空 `heap2` 時間複雜度中的M是 `heap2` 的資料數 -|============================================== +|===================================================================== [WARNING] ============================================== @@ -541,7 +541,7 @@ ssize_t `last`, + Value const& `delta`) |void|O(logN) |將區間 `[first,last]` 全部都加上 `delta` -|============================================== +|===================================================================== ''' |