#ifndef _NTRTL_H // // AVL and splay trees // typedef enum _TABLE_SEARCH_RESULT { TableEmptyTree, TableFoundNode, TableInsertAsLeft, TableInsertAsRight } TABLE_SEARCH_RESULT; #endif View code on GitHub
No description available.