Sudeepta Mishra gave a technical seminar presentation on data compression techniques. They discussed lossless compression techniques like dictionary coders, entropy encoding, and run-length encoding. They focused on the LZW compression algorithm, providing examples of how it works for both compression and decompression. LZW is an adaptive dictionary coding technique that builds the dictionary dynamically and does not require transmitting the dictionary.