Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //
- // Created by Julio Tentor <jtentor@fi.unju.edu.ar>
- //
- public class Program {
- public static void main(String[] args) {
- // new EjercicioPropuesto1().Run();
- // new EjercicioBinarySearchTree().Run();
- new EjercicioAVLTree().Run();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement