AlgoVizzzzzzzzz
HomeDSA Explorer

Greedy Algorithms

Making the locally optimal choice at each stage with the hope of finding a global optimum.

Activity Selection

Select the maximum number of non-overlapping activities performed by a single person.

Huffman Coding

Lossless data compression algorithm that assigns variable-length codes based on frequency.