InterviewSolution
Saved Bookmarks
| 1. |
Write an algorithm and p9rogram accepts the following list of integers and uses Heap Sort to sort and print them: 6, 2, 9, 12, 89, 34, 99, 3, 100 |
|
Answer» 99+100Explanation:6+2+9+12+89+34+99+100 |
|