Knuth-Morris-Pratt (KMP) Algorithm
Knuth-Morris-Pratt (KMP) Algorithm
Knuth-Morris-Pratt (KMP) algorithm is an algorithm that is used to find whether a pattern exists in some text or string. There is a bunch o...

 Welsh & Powell Algorithm
Welsh & Powell Algorithm
Welsh & Powell algorithm is an algorithm to colour vertex of a graph distinctly based on association of a vertex to another vertex. The...

Huffman Code and Its Tree
Huffman Code and Its Tree
Huffman Codes are codes that are part of a compression algorithm that generates a tree called Huffman Tree. This algorithm is implemented on...

POPULAR POSTS