aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcathook <b01902109@csie.ntu.edu.tw>2014-04-25 02:07:58 +0800
committercathook <b01902109@csie.ntu.edu.tw>2014-04-25 02:07:58 +0800
commit95ee340e838d7b8262b5417df5f0ca258c043a6b (patch)
treeb3574c1218b20c1078eebecbc912f25b60ac392e
parent04e55aa4560f597373ca58c29f57fe6c98d11a50 (diff)
downloadmeow-95ee340e838d7b8262b5417df5f0ca258c043a6b.tar
meow-95ee340e838d7b8262b5417df5f0ca258c043a6b.tar.gz
meow-95ee340e838d7b8262b5417df5f0ca258c043a6b.tar.bz2
meow-95ee340e838d7b8262b5417df5f0ca258c043a6b.tar.lz
meow-95ee340e838d7b8262b5417df5f0ca258c043a6b.tar.xz
meow-95ee340e838d7b8262b5417df5f0ca258c043a6b.tar.zst
meow-95ee340e838d7b8262b5417df5f0ca258c043a6b.zip
update README, description
-rw-r--r--README.asciidoc2
-rw-r--r--README.html12
-rw-r--r--description.asciidoc2
3 files changed, 15 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 3617440..5675b90 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -27,11 +27,13 @@
`YUV_to_HSV()` , `HSV_to_YUV()` ,
`HSL_to_HSV()` , `HSV_to_HSL()`
* *dsa/* Data Structures and Algorithms
+** *BinaryIndexTree.h* `class BinaryIndexTree<Vector, Scalar>`
** *DisjointSet.h* `class DisjointSet`
** *Heaps.h* `class MergeableHeap<Element>`
** *KD_Tree.h* `class KD_Tree<Vector, Scalar>`
** *SegemenTree.h* `class SegmentTree<Value>`
** *SplayTree.h* `class SplayTree<Key, Value>`
+** *SplayTree_Range.h* `class SplayTree_Range<Key, Value>`
** *VP_Tree.h* `class VP_Tree<Vector, Scalar>`
* *oo/*
** *Register_Implement.h* `class RegisterInterface` ,
diff --git a/README.html b/README.html
index e0b000a..928b991 100644
--- a/README.html
+++ b/README.html
@@ -762,6 +762,11 @@ asciidoc.install(2);
<div class="ulist"><ul>
<li>
<p>
+<strong>BinaryIndexTree.h</strong> <span class="monospaced">class BinaryIndexTree&lt;Vector, Scalar&gt;</span>
+</p>
+</li>
+<li>
+<p>
<strong>DisjointSet.h</strong> <span class="monospaced">class DisjointSet</span>
</p>
</li>
@@ -787,6 +792,11 @@ asciidoc.install(2);
</li>
<li>
<p>
+<strong>SplayTree_Range.h</strong> <span class="monospaced">class SplayTree_Range&lt;Key, Value&gt;</span>
+</p>
+</li>
+<li>
+<p>
<strong>VP_Tree.h</strong> <span class="monospaced">class VP_Tree&lt;Vector, Scalar&gt;</span>
</p>
</li>
@@ -2984,7 +2994,7 @@ E-Mail: cat.hook31894 ~在~ gmail.com
<div id="footnotes"><hr></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-04-25 01:51:40 CST
+Last updated 2014-04-25 02:06:31 CST
</div>
</div>
</body>
diff --git a/description.asciidoc b/description.asciidoc
index a09334b..0b0a260 100644
--- a/description.asciidoc
+++ b/description.asciidoc
@@ -27,11 +27,13 @@
`YUV_to_HSV()` , `HSV_to_YUV()` ,
`HSL_to_HSV()` , `HSV_to_HSL()`
* *dsa/* Data Structures and Algorithms
+** *BinaryIndexTree.h* `class BinaryIndexTree<Vector, Scalar>`
** *DisjointSet.h* `class DisjointSet`
** *Heaps.h* `class MergeableHeap<Element>`
** *KD_Tree.h* `class KD_Tree<Vector, Scalar>`
** *SegemenTree.h* `class SegmentTree<Value>`
** *SplayTree.h* `class SplayTree<Key, Value>`
+** *SplayTree_Range.h* `class SplayTree_Range<Key, Value>`
** *VP_Tree.h* `class VP_Tree<Vector, Scalar>`
* *oo/*
** *Register_Implement.h* `class RegisterInterface` ,