diff src/insert_verification/include/akashaLLRBContext.h @ 13:f0a1f02e8493

Enumerate single path using iterator
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Sun, 20 Mar 2016 18:23:58 +0900
parents b13d2c8d4b47
children 1bbaafdafa47
line wrap: on
line diff
--- a/src/insert_verification/include/akashaLLRBContext.h	Fri Mar 18 10:57:40 2016 +0900
+++ b/src/insert_verification/include/akashaLLRBContext.h	Sun Mar 20 18:23:58 2016 +0900
@@ -2,12 +2,13 @@
 #include "stack.h"
 
 #define ALLOCATE_SIZE 1000
-#define LIMIT_OF_VERIFICATION_SIZE 16
+#define LIMIT_OF_VERIFICATION_SIZE 2
 
 enum Code {
-    InsertOnce,
     ShowTree,
     IterateInsertion,
+    PutAndGoToNextDepth,
+    DuplicateIterator,
 
     /* definitions from llrb */
     Allocator,