When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

UCSanDiegoX: String Processing and Pattern Matching Algorithms
Learn about pattern matching and string processing algorithms and how they apply to interesting applications.

This Course Includes
edx
0 (0 reviews )
4 weeks at 8-10 hours per week
english
Online - Self Paced
course
UCSanDiegoX
About UCSanDiegoX: String Processing and Pattern Matching Algorithms
The world and internet are full of textual information. We search for information using textual queries and read websites, books and e-mails.
These are all strings from a computer science point of view. To make sense of all this information and make search efficient, search engines use many string algorithms. Moreover, the emerging field of personalized medicine uses many search algorithms to find disease-causing mutations in the human genome.
In this course, part of the Algorithms and Data Structures MicroMasters program, you will learn about:
suffix trees;
suffix arrays;
how other brilliant algorithmic ideas help doctors to find differences between genomes;
power lightning-fast Internet searches.
What You Will Learn?
- Key ideas for pattern matching and suffix trees.
- Suffix arrays.
- Burrows-Wheeler Transform for compression.
- Applications of string algorithms in bioinformatics.