aboutsummaryrefslogtreecommitdiffstats
path: root/description.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'description.asciidoc')
-rw-r--r--description.asciidoc2
1 files changed, 2 insertions, 0 deletions
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` ,