Skip to content

VitorDie/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the code

# mkdir build if this folder doesn't exist
cd build

# generate configuration files
cmake ..

# then make executables 
make

# the executables will be into build directory, thus you can run them using ./test_graph, or ./test_digraph

About the source code

I made this code based on "Bruno R. Preiss, Estruturas de Dados e Algoritmos, Editora Campus, 2000." and "Cristiano Silva, Faz em C: Programação Orientada a Objetos em C, Independente, 2024.".

The software architecture I was inspired by Bruno R. Preiss, and the implemntation I was inspired by Cristiano Silva. Futhermore I used domain driven concepts, since I though the interfaces and the domain before all the rest of code, and I developed it using Test-Driven Development due to its practicality an objectivity in software development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors