A simple Node.js app that receives two strings and returns the Longest Common Subsequence.
- Node.JS + NPM
- Node Prompt
git clone https://github.com/obetoferreira/lcs-js.git && cd lcs-js
- Clone this repo into your local foldernpm install prompt
- Install the Prompt dependencynode lcs.js
- Run the app and enjoy!
- Returns the longest common subsequence
- Returns the LCS length
- Built with vanilla.js and node.js
- Dynamic programming bro!