Skip to content

Jinshuo1994/Code-Difference-Check-and-Merge-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Code Difference Check and Merge Tools

This is my personal hobby project inspired by the awesome articles written by James. Thanks to the clear explanation of Myers diff algorithm, I managed to understand and implement the algorithm in JavaScript.

Furthermore, I want to build an online code difference check and merge website because I used that kind of tools a lot in the past. However, few of the websites have the feature of easily merging differences.

Most of the code will be written in Javascript. After deployment, the website link will be added here.