2011-11-25

Hw4 - Index Compression.

Originally Posted By: Rohit Kulkarni
1. How will the file name to which the compressed index will be written, be specified ? Should it be a command line parameter to the program or could it be any arbitrary name that could be hard-coded in the program ?

2. Also I am assuming this file will then be read by the index_viewer program.

Please confirm the above. Thank You.
'''Originally Posted By: Rohit Kulkarni''' 1. How will the file name to which the compressed index will be written, be specified ? Should it be a command line parameter to the program or could it be any arbitrary name that could be hard-coded in the program ?<br><br>2. Also I am assuming this file will then be read by the index_viewer program.<br><br>Please confirm the above. Thank You.
2011-11-27

-- Hw4 - Index Compression
I'll let you hard-code this. Choose a reasonable name. Like "index"

Yes. This file will be read by index_viewer.
I'll let you hard-code this. Choose a reasonable name. Like &quot;index&quot;<br><br>Yes. This file will be read by index_viewer.
X