Skip to content

A file type analyzer accepts the directory path and detects each type of file using KMP algorithm, which is later enhanced using Rabin Karp algorithm.

Notifications You must be signed in to change notification settings

pav-thra/File-Type-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Type Analyzer

This is a file type analyzer.It works using algorithms like Knuth-Morris-Pratt and Rabin-Karp, enabling efficient file format detection and search. Enhanced performance with multithreading, handling 14 extensions.

About

A file type analyzer accepts the directory path and detects each type of file using KMP algorithm, which is later enhanced using Rabin Karp algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages