CB100

Notas, resueltos y tps de la materia Algoritmos y Estructuras de Datos
Index Commits Files Refs README
notas/arbol/img/src/arbol_heap_vector.gv (191B)
   1 graph {
   2     node[shape=record, penwidth=2, fontsize=22, fontname="sans"];
   3     edge [penwidth=2.0];
   4 
   5     array [label="<f0> 50 | <f1> 30 | <f2> 20 | <f3> 15 | <f4> 10 | <f5>  8 | <f6> 16"];
   6 }