Skip to content

RuslanValiakhmetov/SearchDuplicateFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchDuplicateFiles

This small programm allows to find all duplicate files in two directories and their subdirectories.

This project was implemented by using of design patterns such as strategy and template method:

  • strategy pattern is using for searching of duplicate files by name or by content;
  • template method pattern is using for defining of base behavoir of the search thus allowing to redefine some of its steps in subclasses.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages