Skip to content

BertiRean/DeSiGNAR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

DeSiGNAR (Data Structures GeNeral librARy)

This is a library that implements important generic Data Structures and algorithms.

The structure of this library is:

Directory Description
include Contains all the header files.
src Contains all the source files (implementations declared in headers.
samples Contains some demos with the usage of the differents developed abstractions.
tests Contains some tests of the differents developed abstractions.
obj In this directory will be created all the objects files when you compile the library.
lib When you compile the library, in this directory will be added the file libDesignar.a.

Getting started

  • Build the static library

    $ make library
  • Compile samples

    $ make samples
  • Compile tests

    $ make tests
  • Compile all of the above

    $ make all

About

Data Structures General Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • Other 0.3%