Algorithm to Find the Longest Alliteration December 30, 2020 algorithms, python No Comments Given a list of lowercase alphabet strings words, return the length of the longest contiguous sublist where all words share the same first letter. Example 1 Input words = … [Continue Reading...]