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"
- Host: GitHub
- URL: https://github.com/amkreta/angular-diff-checker
- Owner: AmKreta
- Created: 2022-12-25T16:23:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T14:20:26.000Z (over 2 years ago)
- Last Synced: 2025-01-18T04:41:39.788Z (4 months ago)
- Topics: algorithm, angular, css, diff-algorithm, html, javascript, scss, typescript
- Language: TypeScript
- Homepage: https://gleeful-souffle-7dddba.netlify.app/
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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