js-longest-repeated-substring

1.0.3 • Public • Published

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
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    12
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    12
  • 1.0.2
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i js-longest-repeated-substring

Weekly Downloads

12

Version

1.0.3

License

MIT

Last publish

Collaborators

  • cschen1205