Skip to content

TheRevGodish/diff-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

The following project is focus on comparing two files, two directories or two strings, emulating the real diff command.

OPTIONS:

  • TYPE ALGO:
    • -n --> 2D matrix
    • rien --> Myers
  • TYPE ENTRÉE:
    • -s --> 2 strings
    • -r --> recursive on 2 directories
    • rien --> 2 files

TODO:

  • faire toute la partie test
  • commenter en détail / doxygen
  • ajout de la partie test sur le makefile
  • clean le code et + optimisatio
  • élaborer le readme sur le fonctionnement global

About

Reimplementation of the Unix `diff` command in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors