Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sivaiitroracle9/java-string-algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Algorithms in Java

About

A collection of various string-related algorithm implementations in Java.

Requirements

  • Java 6

Implemented

  • Boyer-Moore
  • Knuth-Morris-Pratt
  • Longest Palindrome

Coming Soon

  • Longest Common Subsequence (LCS)
  • Longest Common Substring

Ideas

  • Annotations to document behaviors (Exact char match vs. equivalence (handling accents), Case sensitivity, etc)
  • Generic interface (Handle sequences of arbitrary objects, not just characters)

About

Implementations of string algorithms in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%