/SelectAlg

Primary LanguageJupyter Notebook

Select algorithms comparison

It compares the CPU time of different selection algorithms:

  1. std::nth_element in SGX
  2. Min-Heap based implementation in SGX
  3. std::nth_element in RAM

Prerequisites

  • Download the source code
git clone https://github.com/55199789/SelectAlg.git

Compile and Run

  • Enter the following commands
cd FYP & make
./app <vectorDim> <k>