Source: wikibot/algorithms-on-strings

= Algorithms on strings
{wiki=Category:Algorithms_on_strings}

"Algorithms on strings" refers to a subset of algorithms and data structures that specifically deal with the manipulation, analysis, and processing of strings, which are sequences of characters. These algorithms have various applications in computer science fields such as text processing, data compression, bioinformatics, and search engines. Here are some key topics typically covered in the context of algorithms on strings: 1. **String Matching**: - Algorithms to find a substring within a string.