Skip to content

Palindrome is a Word, Phrase or Number or even sequence of characters which when read the same backward is the same as when read forward. This package generates a palindrome for a given string. If the given string is a palindrome itself then it will be sending back the same string

License

Notifications You must be signed in to change notification settings

abirbhattacharya82/Generate-palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

generate-palindrome

Palindrome is a Word, Phrase or Number or even sequence of characters which when read the same backward is the same as when read forward.
This package generates a palindrome for a given string. If the given string is a palindrome itself then it will be sending back the same string
View in github
View in npm

Installation

npm i generate-palindrome

Usage

var generate=require('generate-palindrome');
var s=""; // string whose palindrome needs to be generated
console.log(generate(s));

About

Palindrome is a Word, Phrase or Number or even sequence of characters which when read the same backward is the same as when read forward. This package generates a palindrome for a given string. If the given string is a palindrome itself then it will be sending back the same string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published