Skip to content

This is a small experiment with displaying the difference between two strings, kind of like a git diff. The removed parts of the string will be displayed in red, and the added parts in green.

Notifications You must be signed in to change notification settings

martiansnoop/lcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a proof of concept for how to use a problem I've seen referred to as "longest common substring" to display the diff between two different strings.

I was inspired to play around with this idea when I watched this video about how to use an academic CS concept called dynamic programming in real life.

About

This is a small experiment with displaying the difference between two strings, kind of like a git diff. The removed parts of the string will be displayed in red, and the added parts in green.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published