summaryrefslogtreecommitdiff
path: root/theories/IntMap/intro.tex
diff options
context:
space:
mode:
Diffstat (limited to 'theories/IntMap/intro.tex')
-rw-r--r--theories/IntMap/intro.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/theories/IntMap/intro.tex b/theories/IntMap/intro.tex
new file mode 100644
index 00000000..9ad93050
--- /dev/null
+++ b/theories/IntMap/intro.tex
@@ -0,0 +1,6 @@
+\section{Maps indexed by binary integers : IntMap}\label{IntMap}
+
+This library contains a data structure for finite sets implemented by
+an efficient structure of map (trees indexed by binary integers).
+It was initially developed by Jean Goubault.
+