Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-08 | Fixed new RemoveHEADmaster | jonas | |
-cData *cData() : Added bool _empty to init empty data object +isEmpty() : true if init as empty -cEndnode *getDataObject() : now returns empty cData instead of NULL -cNode +isEndnode() : returns true for cEndnode, else false -cDatanode *insert() : now ignores Endnodes -cTree() *remove() : Fixed memory exception when subTree contained Endnode | |||
2017-03-06 | *NOT WORKING* | jonas | |
Fix in progress for new Remove functionality | |||
2017-03-06 | Improved remove() | jonas | |
remove() now reinserts subtree of delted element 'as is' instead of creating a list and reinserting it | |||
2017-03-01 | Merge branch 'master' into newDelete | jonas | |
2017-03-01 | init first delete | jonas | |
2017-03-01 | added stress function | Jonas Gunz | |
2017-03-01 | Fixed Menu | Jonas Gunz | |
2017-02-15 | *Improved and implemented CLI-UI | Jonas | |
2017-02-15 | + Added cli interface | jonas | |
2017-02-13 | +Added README | Jonas | |
2017-02-13 | makefile fixes | Jonas | |
2017-02-13 | makefile fixes | Jonas | |
2017-02-13 | trj | Jonas | |
2017-02-13 | added makefile for easy compile | Jonas | |
2017-02-12 | comments + testing stuff in main.cpp | Jonas | |
2017-02-11 | *performance and stability test in main.cpp | Jonas | |
2017-02-10 | mis fixes, tweaks | Jonas | |
2017-02-10 | now able to get Objects by their inorder position | Jonas | |
+cTree::operator[] +cNode::getByID | |||
2017-02-10 | Added explaining comments to code | Jonas | |
2017-02-10 | Added useful functions | jonas | |
+cTree::size() +cTree::depth() +cTree::gradeOfUnbalance() +cNode::getSubtreeSize() +cNode::getDepth() | |||
2017-02-10 | Cleanup: Removed unnecesary functions | jonas | |
-cNode::isEnd() -cNode::clear() | |||
2017-02-10 | Added Self-Sorting mechanism for optimizing tree | jonas | |
+cTree::sort() | |||
2017-02-09 | Now able to add Lists | jonas | |
+cTree::insertList() adds sortet List optimized to tree | |||
2017-02-08 | works | jonas | |
2017-02-07 | Error in cNode.cpp:26 | jonas | |
delete data; causes exception y tho? | |||
2017-01-31 | working.... kinda | jonas | |
2017-01-30 | misc | jonas | |
2017-01-30 | initial | jonas | |