This document summarizes four algorithms for sequential pattern mining: GSP, ISM, FreeSpan, and PrefixSpan. GSP is an Apriori-based algorithm that takes into account time constraints and taxonomies. ISM extends SPADE to incrementally update the frequent pattern set when new data is added. FreeSpan uses frequent items to recursively project databases and grow subsequences. PrefixSpan also uses projection but claims to not require candidate generation. It recursively projects databases based on short prefix patterns. The document concludes that most previous studies used GSP or PrefixSpan and that future work could focus on improving time efficiency of sequential pattern mining.