avl_tree icon indicating copy to clipboard operation
avl_tree copied to clipboard

AVL tree and Red-black tree in Ruby

Results 5 avl_tree issues
Sort by recently updated
recently updated
newest added
trafficstars

A block can be passed to Hash::new. The block will be run to produce default values. See [Hash::new docs](https://docs.ruby-lang.org/en/2.4.0/Hash.html#method-c-new) for how this works with Hashes. Note that the block expects...

This is for issue nahi/avl_tree#12

`Enumerator.new` throws warning under 2.2. Changed to use the underlying root object and `#enum_for`.