Do the following problems involving PQs using Practice-It:
The Williams method (shown on the left video) uses a repeated insertion technique and is O(n*logn). The Build Max Heap method (shown on the right) runs in linear time O(n).
Click on this link to view your Huffman Coding assignment. After clicking on the link, download the folder named "Jabberwocky Project" on to your computer. This project involves the use of a Priority Queue to encode messages efficiently.