-
Notifications
You must be signed in to change notification settings - Fork 0
carolestrella/examechuninED
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Universidade de Brasilia * * * * Instito de Ciencias Exatas * * Departamento de Ciencia da Computacao * * * * Estrutura de Dados - 2/2018 * * * * Aluna: Carolina Estrella Machado * * Matricula: 180074792 * * Turma: A * * * * Versao do compilador: gcc (SUSE Linux) 4.8.5 * * Compilado no terminal / Editado no Sublime * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ BIBLIOTECAS UTILIZADAS: <stdlib.h> <stdio.h> <time.h> <string.h> "tree.h" "doublylinkedlist.h" "queue.h" "examechunin.h" INSTRUCOES DE COMPILACAO: Compilar no terminal com: gcc -c tree.c gcc -c doublylinkedlist.c gcc -c queue.c gcc -c examechunin.c gcc -ansi -o main inicial.c tree.o doublylinkedlist.o queue.o examechunin.o Executar o comando: ./main
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published