Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / trees /
2018-08-07 Alexandre Terrasalib: fix unrecognized code blocks in doc units
2018-06-19 Alexandre Terrasalib/trees: introduce BKTree
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2016-08-22 Alexandre Terrasatries: use breadth first collect
2016-08-15 Alexandre Terrasalib/trees: introduce Trie
2015-10-24 Alexandre Terrasalib/trees: enhance AbstractTreeNode documentation
2015-10-24 Alexandre Terrasalib/trees: add generic and usefull services in TreeMapNode
2015-10-24 Alexandre Terrasalib/trees: clean whitespaces
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-05-19 Jean Privatlib: fix getters in subclasses of collection
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-12 Alexandre Terrasalib/trees: fixes old init
2014-12-12 Alexandre Terrasalib/trees: fixes documentation warnings
2014-11-28 Jean Privatall: fix broken markdown comments with missing or unwan...
2014-11-12 Alexis Laferrièrelib/trees: rename SELF virtual type to N
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-08-07 Jean Privatlib/trees: improve bintrees efficiency
2014-07-08 Jean PrivatMerge: trees: add `is_empty`, `has_key` and `length...
2014-07-08 Alexandre Terrasatrees: add `iterator` method to BinTree
2014-07-03 Jean Privatupdate code to comply with new superstring policy
2014-07-02 Alexandre Terrasatrees: add `has_key` method to BinTree
2014-07-02 Alexandre Terrasatrees: add `is_empty` method to BinTree
2014-07-02 Alexandre Terrasatrees: add `length` method to BinTree
2014-05-08 Alexandre Terrasatrees: create trees group
2014-05-08 Alexandre Terrasatrees: introduce Red Black Tree
2014-05-08 Alexandre Terrasatrees: introduce Binary Search Tree
2014-05-08 Alexandre Terrasalib: introduce abstract_tree