lib: fix unrecognized code blocks in doc units
[nit.git] / lib / trees / bintree.nit
2018-08-07 Alexandre Terrasalib: fix unrecognized code blocks in doc units
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-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: introduce Binary Search Tree