Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 3
    ...or mark the member functions as inline (which happens automatically when you define the functions inside the class definition). Commented Jun 11, 2018 at 14:37
  • What is so special about current MinHeap.h implementation, on my other DS I done the same thing, implement members in the same file Commented Jun 11, 2018 at 14:43
  • To resolve this either define each member function in the class itself, it answered my question thanks Commented Jun 11, 2018 at 14:46