CB100

Notas, resueltos y tps de la materia Algoritmos y Estructuras de Datos
Index Commits Files Refs README
commit 23068edba73832185276e4ed29e052e810c26c4a
parent 566fb12e1705808e74d74913d02fdc03ffb32c8b
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Sat, 22 Jun 2024 19:24:04 -0300

change code format

Diffstat:
Mlist.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/list.h b/list.h
@@ -64,7 +64,7 @@ public:
 
     void validarPosicion(unsigned int posicion);
 
-    Node<Type> * obtenerNodo(unsigned int posicion);
+    Node<Type> *obtenerNodo(unsigned int posicion);
 
     /*
      *pre : posición pertenece al intervalo: [1, contarElementos()]