Skip to content

Commit

Permalink
slight readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Nichols committed Dec 16, 2011
1 parent 3667635 commit ca4b45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.txt
@@ -1,5 +1,5 @@
Python LCS

A relatively simple Python script to find the longest common subsequence of two lists of integers. For more information on the problem: http://en.wikipedia.org/wiki/Longest_common_subsequence_problem
A relatively simple Python script to find the longest common subsequence(s) of two lists of integers. For more information on the problem: http://en.wikipedia.org/wiki/Longest_common_subsequence_problem

To use: store two lists of comma-separated integers in "lists.txt", separated by a line break. lists.txt is populated with randomly generated lists of 100 integers in the repo as an example.
To use: store two lists of comma-separated integers in "lists.txt", separated by a line break. A lists.txt file is checked into the repo, populated with randomly generated lists of 100 integers as an example.

0 comments on commit ca4b45b

Please sign in to comment.