You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.