Saturday, December 5, 2020

Difference between creating a heap and heapify

 Creating a Heap is inserting all the elements of a given array into an existing heap assuming the first element of the given array as the initial heap, where as Heapify is simply creating a CBT ( complete binary tree) with all the elements of the given array and then converting that CBT into a heap, by moving up from the last non-leaf node up to the root.

No comments:

Post a Comment

What are best rag strategies?

  The best RAG strategies focus on improving data quality, smarter retrieval, and better context handling, with key techniques including con...