aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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` ,