Bump version and update Changes
[algorithm-bit-xs.git] / README
CommitLineData
43fc37ce 1Algorithm-BIT-XS version 0.003
0e4f7002
MG
2==============================
3
4A binary indexed tree is a data structure similar to an array of integers.
5The two main operations are updating an element and calculating a
6prefix sum, both of which run in time logarithmic in the size of the tree.
7
8INSTALLATION
9
10To install this module type the following:
11
12 perl Makefile.PL
13 make
14 make test
15 make install
16
17DEPENDENCIES
18
19No modules outside Perl core are needed.
20
21COPYRIGHT AND LICENCE
22
23Copyright (C) 2017 by Marius Gavrilescu
24
25This library is free software; you can redistribute it and/or modify
26it under the same terms as Perl itself, either Perl version 5.24.1 or,
27at your option, any later version of Perl 5 you may have available.
28
29
This page took 0.010067 seconds and 4 git commands to generate.