Questa funzione è sbagliata.
codice:const_iterator end() const{ while(true){ // dovrebbe essere while (root != NULL) root = root.right; } return const_iterator(root); }
Questa funzione è sbagliata.
codice:const_iterator end() const{ while(true){ // dovrebbe essere while (root != NULL) root = root.right; } return const_iterator(root); }
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.