removed some repetition

This commit is contained in:
TinyAtoms
2020-02-07 13:17:30 -03:00
parent 24ff483dd6
commit 5c34ef6f10
18 changed files with 6930 additions and 184 deletions

View File

@@ -2,10 +2,12 @@
#ifndef TESTS_H
#define TESTS_H
#include <iostream>
#include <vector>
#include <algorithm>
#include <iterator>
#include <chrono>
#include <string>
// own
#include "./generator.h"
@@ -17,8 +19,6 @@ using std::vector;
using std::cout;
template <class T>
vector<int> int_test(T map, int size){
vector<int> results; // insert, lookup, unsuccesful lookup, delete times