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 DemoSimpleLinkedList().Run();
- // new DemoDoubleLinkedList().Run();
- // new DemoLinkedList().Run();
- // new CasoEjemplo_a().Run();
- // new CasoEjemplo_b().Run();
- new CasoEjemplo_c().Run();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement