part 3 complete
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <TTreeQueue.h>
|
||||
#include <unordered_set>
|
||||
|
||||
#include "TAVL.h"
|
||||
#include "TBST.h"
|
||||
#include "TEmployee.h"
|
||||
#include "Utils.h"
|
||||
@@ -17,6 +18,7 @@
|
||||
/// all unique IDs
|
||||
inline std::unordered_set<int> usedIds;
|
||||
static TBST* bst;
|
||||
static TAVL* avl;
|
||||
|
||||
int RunApp();
|
||||
|
||||
@@ -56,4 +58,6 @@ inline void pack(const std::string& line)
|
||||
printline();
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif // OPTION1_H
|
||||
|
||||
Reference in New Issue
Block a user