Peter Karich
Posts: 468
Nickname: pettar
Registered: Apr, 2008
|
Peter Karich is Physicist and Java Software Developer
|
|
|
|
Longest Common Substring Algorithm in Java
|
Posted: Apr 14, 2011 9:55 AM
|
|
|
This post originated from an RSS feed registered with Java Buzz
by Peter Karich.
|
Original Post: Longest Common Substring Algorithm in Java
Feed Title: Java and more ...
Feed URL: https://karussell.wordpress.com/category/java/feed/
Feed Description: Just another weblog. Its about my developer experiences with Java in general. In detail I will blog about NetBeans, Eclipse, Design Patterns, News, Web Frameworks and other tools. My focus will be open source tools, which make the life of a Java developer easier.
|
Latest Java Buzz Posts
Latest Java Buzz Posts by Peter Karich
Latest Posts From Java and more ...
|
|
For jetwick I needed yet another string algorithm and stumbled over this cool and common problem: trying to find the longest substring of two strings. Be sure that you understand the difference to the LC sequence problem. For example if we have two strings: Please, peter go swimming! and I’m peter goliswi The algorithm should [...]
Read: Longest Common Substring Algorithm in Java
|
|