An open API service indexing awesome lists of open source software.

https://github.com/amkreta/angular-diff-checker

diff checker based on "Longest Common Subsequence" and "Backtracking"
https://github.com/amkreta/angular-diff-checker

algorithm angular css diff-algorithm html javascript scss typescript

Last synced: 2 months ago
JSON representation

diff checker based on "Longest Common Subsequence" and "Backtracking"

Awesome Lists containing this project

README

        

Live at :- [https://gleeful-souffle-7dddba.netlify.app/](https://gleeful-souffle-7dddba.netlify.app/)

How to run the project
-
- run "npm install" to install dependencies.
- run "npm start" to start the project.

About
-
- The project is built using Angular cli.
- used LCS and Backtracking algorithm to check difference bw two texts