Coggle requires JavaScript to display documents.
2026
true
15.5
El servidor crítico falló el registro el 19/12/2026
class Servidor { String estado; Date timestamp; }
private int idUsuario;
A[i]
new
malloc()
free()
int[]
struct
private
protected
push(x)
pop()
peek()
isEmpty()
.add()
0
.insert(0, val)
interface
public interface TDA_Pila { void push(Object x); Object pop(); boolean isEmpty(); }
class PilaDinamica implements TDA_Pila