ScapeGoatTree
Loading...
Searching...
No Matches
iTree.hpp File Reference
#include "scapegoat_tree.hpp"

Go to the source code of this file.

Classes

class  ITree
 

Typedefs

typedef int ElemenType
 

Enumerations

enum class  opcodes {
  INSERT , DELETEOP , SEARCH , DISPLAY_INORDER ,
  DISPLAY_PREORDER , DISPLAY_POSTORDER , DISPLAY_LEVELS , EXIT ,
  BALANCE , COMPARE , MERGE , EMPTY ,
  BATCH_INSERT , BATCH_DELETE , CLEAR , UNDO ,
  REDO , SUMINRANGE , VALUESINRANGE , MIN ,
  MAX , KTH , SUCC , SPLIT
}
 

Typedef Documentation

◆ ElemenType

Enumeration Type Documentation

◆ opcodes

enum class opcodes
strong
Enumerator
INSERT 
DELETEOP 
SEARCH 
DISPLAY_INORDER 
DISPLAY_PREORDER 
DISPLAY_POSTORDER 
DISPLAY_LEVELS 
EXIT 
BALANCE 
COMPARE 
MERGE 
EMPTY 
BATCH_INSERT 
BATCH_DELETE 
CLEAR 
UNDO 
REDO 
SUMINRANGE 
VALUESINRANGE 
MIN 
MAX 
KTH 
SUCC 
SPLIT