|
-
March 20th, 2003, 01:06 PM
#1
Managing a heap using an array.
Can anyone suggest any ideas to write functions to manage a heap using an existing array.
Thanks.
RS
-
March 20th, 2003, 01:37 PM
#2
In C++, look up make_heap(), push_heap(), and pop_heap().
I think you can use an ordinary array - I know
you can use std::vector
-
March 21st, 2003, 01:16 PM
#3
Thanks
Hi Philip,
Thanks a lot for the info. I will look it up on Google.
Thanks.
RS
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|