This document summarizes sequential pattern mining methods. It begins by defining sequential pattern mining as discovering time-related behaviors in sequence databases. It then reviews two main approaches for sequential pattern mining - Apriori-based methods and frequent pattern growth methods. For Apriori-based methods, it discusses GSP, SPADE, and SPAM algorithms. For frequent pattern growth methods, it discusses FreeSpan and PrefixSpan algorithms. It then presents experimental results comparing the performance of Apriori, PrefixSpan, and SPAM algorithms based on execution time, number of patterns found, and memory usage. Finally, it discusses limitations of traditional objective measures like support and confidence for determining pattern interestingness and proposes alternative measures like lift.