Huffman Encoding for DummiesThis data compression technique is used by many formats (like JPEG) as well as in services like DropBox/Google Drive while synchronizing…Aug 26, 2021Aug 26, 2021
Strategy Design PatternThe Strategy Pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm…Oct 22, 2020Oct 22, 2020
How JPEG Encoding Works?JPEG stands for “Joint Photographic Expert Group” and it is lossy data compression algorithm used to compress digital images. It is good…Oct 21, 2020Oct 21, 2020
Python may die…In last few years Python has been one of the most favorite programming language of many developers but that era may come to an end soon…Oct 18, 202012Oct 18, 202012
How HashSet works internally?By definition, each and every element in a set is unique and there are no duplicate elements in it.Oct 18, 20201Oct 18, 20201