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