Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in C++

Dependencies

  • g++
  • cmake

To make environment setting easy, we have relesed a Linux virtual machine with the dependencies already installed. You can download the VM from here.

Installing VirtualBox

If you want to work with the VBox environment please folow these steps:

  • Go to https://www.virtualbox.org/wiki/Downloads
  • Select the option [Windows Hosts]
  • Run the installer answering yes to all questions.
  • Use File/Import Applience to select the VM EDAUAndes downloaded previously.
  • If a password is required, use "edauandes"

Please, to install the dependencies consult the Chapter 1 of the guide book.

Compiling with CMake

  • cd [sort | misc] (go to the project folder)
  • mkdir build (create a build folder)
  • cd build
  • cmake .. (create makefiles. Remember, to use cmake you should have the CMakeLists.txt file )
  • make (run make)

Running

  • ./test (run executable)

About

Data Structures and Algorithms in C++

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages