Skip to content

cschen1205/js-longest-repeated-substring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-longest-repeated-substring

Package provides javascript implementation in finding the longest repeated sub-sequence/substring within a text body

Build Status Coverage Status

Install

Run the following npm command to install

npm install js-longest-repeated-substring

Usage

To sort an array "a" using any of the sorting algorithms:

var jslrs = require("js-longest-repeated-substring");

var text = "ATCGATCGA$";
console.log(jslrs.lrs(text)); // display ATCGA

About

Package provides javascript implementation in finding the longest repeated substring within a text body

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published