Page 1 of 1

∣ In C++ Write a function, which receives two arguments: a pointer to the Binary Search Tree and a pointer to the empty

Posted: Thu Jul 14, 2022 2:06 pm
by answerhappygod
In C Write A Function Which Receives Two Arguments A Pointer To The Binary Search Tree And A Pointer To The Empty 1
In C Write A Function Which Receives Two Arguments A Pointer To The Binary Search Tree And A Pointer To The Empty 1 (71.98 KiB) Viewed 17 times
∣ In C++ Write a function, which receives two arguments: a pointer to the Binary Search Tree and a pointer to the empty Linked List. Function is reading the binary search tree and copying its values to the linked list so, that at the end linked list will contain all values from the tree, but sorted in opposite order (descending values). (write only a function, not a whole program!). Function has to work with O(N) efficiency.