misc/vim: inform the user when no results are found
[nit.git] / lib / trees /
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