CMSC-641 Algorithms Special Problem-Fredman (fall 99)

Problem: Fredman's Algorithm

This problem deals with Fredman's Algorithm for computing the length of any longest increasing subsequence (see handout). We shall use the abbreviations ISS (increasing subsequnce) and LISS (longest increasing subsequence). For each i, let r_i and s_i be the values of r and s, respectively, during the ith iteration of the main loop.