Skip to content

Commit

Permalink
Add longest common substring example
Browse files Browse the repository at this point in the history
  • Loading branch information
rpereira committed Jun 22, 2016
1 parent 15053f8 commit 4017a87
Show file tree
Hide file tree
Showing 4 changed files with 9,268 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,10 @@
<classpath refid="classpath.examples"/>
</java>
</target>

<target name="run-lcs-example" depends="examples-compile">
<java classname="LongestCommonSubstring">
<classpath refid="classpath.examples"/>
</java>
</target>
</project>
Loading

0 comments on commit 4017a87

Please sign in to comment.