From 95ee340e838d7b8262b5417df5f0ca258c043a6b Mon Sep 17 00:00:00 2001 From: cathook Date: Fri, 25 Apr 2014 02:07:58 +0800 Subject: update README, description --- README.asciidoc | 2 ++ README.html | 12 +++++++++++- description.asciidoc | 2 ++ 3 files changed, 15 insertions(+), 1 deletion(-) 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` ** *DisjointSet.h* `class DisjointSet` ** *Heaps.h* `class MergeableHeap` ** *KD_Tree.h* `class KD_Tree` ** *SegemenTree.h* `class SegmentTree` ** *SplayTree.h* `class SplayTree` +** *SplayTree_Range.h* `class SplayTree_Range` ** *VP_Tree.h* `class VP_Tree` * *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);
  • +BinaryIndexTree.h class BinaryIndexTree<Vector, Scalar> +

    +
  • +
  • +

    DisjointSet.h class DisjointSet

  • @@ -787,6 +792,11 @@ asciidoc.install(2);
  • +SplayTree_Range.h class SplayTree_Range<Key, Value> +

    +
  • +
  • +

    VP_Tree.h class VP_Tree<Vector, Scalar>

  • @@ -2984,7 +2994,7 @@ E-Mail: cat.hook31894 ~在~ gmail.com

    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` ** *DisjointSet.h* `class DisjointSet` ** *Heaps.h* `class MergeableHeap` ** *KD_Tree.h* `class KD_Tree` ** *SegemenTree.h* `class SegmentTree` ** *SplayTree.h* `class SplayTree` +** *SplayTree_Range.h* `class SplayTree_Range` ** *VP_Tree.h* `class VP_Tree` * *oo/* ** *Register_Implement.h* `class RegisterInterface` , -- cgit v1.2.3