Skip to content

sayantanbagchi88/anagram-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anagram-scanner

This repository consists of the code and the executable files of an anagram scanner built for large input files. Two approaches have been used for acheiving fast scanning of large text bodies. -> [Using regular string scanning methods and Hash tables] (code.c) -> [Using Finite State Machine simulation. Will be much faster than the latter, hopefully in O(n) time] (fsm_simul.c)

About

Two approaches to scan for anagrams in a large input file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published