Skip to content

pedrocardoso5/Grall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LP_list

This exercise should develop a series of functions that represent typical algorithms for array manipulation.

Dependencies

  • CMake
  • Googletests
  • Make
  • G++

Compile

To compile you need do:

mkdir build && cd build
cmake ../
make

To run

./run_tests

Releases

No releases published

Packages

No packages published