Skip to content

Tag: arrays

Recursion under a heap class

I am trying to solve the following problem. “Define a recursive method named inOrderTraverse under the Heap class to perform inorder traversal over the nodes in the heap.” In the above problem, Do I convert the heap array to BST to run In order Traversal or Can I perform In order traversal over a …

Challenge: Sorting Arrays [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 4 months ago. Improve this question I need a little help, I made a code to read a sequence of numbers, store them in an array a…