Math module initial
This commit is contained in:
parent
e29328a0dd
commit
4a2ab6f5d0
25 changed files with 2725 additions and 5 deletions
|
|
@ -140,7 +140,7 @@ namespace tp {
|
|||
return left;
|
||||
}
|
||||
|
||||
// recursively returns valid left or right child or root
|
||||
// recursively returns valid isLeft or isRight child or root
|
||||
Node* insertUtil(Node* head, KeyArg key, DataArg data) {
|
||||
|
||||
Node* insertedNode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue