1.1.6 • Published 6 months ago

manacher v1.1.6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 months ago

Manacher

Build Status codecov npm MIT License PRs Welcome

longestPalindrome() finds the longest palindrome string within any given string.

Installation

npm install manacher

Usage

const manacher = require('manacher')
console.log(manacher.longestPalindrome('racecar'))

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Here are some links that can help you on making your pull request:

1.1.6

6 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

2 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago