A Novel Algorithm for String Matching with Mismatches

March 10, 2016 Β· Declared Dead Β· πŸ› International Conference on Pattern Recognition Applications and Methods

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Vinodprasad P arXiv ID 1603.03203 Category cs.DS: Data Structures & Algorithms Citations 3 Venue International Conference on Pattern Recognition Applications and Methods Last Checked 4 months ago
Abstract
We present an online algorithm to deal with pattern matching in strings. The problem we investigate is commonly known as string matching with mismatches in which the objective is to report the number of characters that match when a pattern is aligned with every location in the text. The novel method we propose is based on the frequencies of individual characters in the pattern and the text. The algorithm consumes minimal space in the form of simple arrays, which reduces the cost overhead to maintain the complex data structures such as suffix trees or automaton.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted