Skip to content

TheRaai/Tarea_Banco_EDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autor: Raimundo Moraga

Instrucciones

Para poder ejecutar el programa, se debe escribir el siguiente comando en terminal:

$gcc main.c hash.c lista.c pila.c -o main
$./main

o con el compilador preferido.

Observaciones:

  1. Al ocupar Valgrind para ejecutar el codigo, al liberar memoria en la funcion limpiar() (archivo main linea 215), se termina dando el siguiente reporte:
==587== HEAP SUMMARY:
==587==     in use at exit: 74,454 bytes in 1,037 blocks
==587==   total heap usage: 7,005 allocs, 6,106 frees, 475,768 bytes allocated
  1. Pruebas hechas usando gcc version 7.5.0 y Valgrind-3.13.0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages