Skip to content

JavideSs/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

Data structures in C++ from scratch.

It is a project for the Programming and Data Structure subject at the University of Alicante.

A calendar object tcalendario is used as the item of these data structures:


Structure explained

evalua.sh is a script developed for Linux to run tests.


How to use it

Is platform independent. makefile developed for Linux.

There is an example in src/main.cpp.

# Build with make
make    #make clean to remove binaries

# Build without make
g++ -w -O3 -Iinclude lib/* src/main.cpp -o main

# Run main
./main

Author:
Javier Mellado Sánchez
2021

About

Data structures in C++ from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages