InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is based on the DEFLATE algorithm?(a) LZO(b) Bzip2(c) Gzip(d) All of the mentionedThis question was addressed to me in an international level competition.The origin of the question is Compression topic in chapter Hadoop I/O of Hadoop |
|
Answer» CORRECT answer is (C) GZIP The best I can explain: gzip is based on the DEFLATE ALGORITHM, which is a combination of LZ77 and Huffman Coding. |
|