jmsaavedrar / eda_cpp

Data Structures and Algorithms in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++


Languages

Language:C++ 92.9%Language:CMake 7.0%Language:HTML 0.1%