/file-search-bfs

Windows file Search application using breadth first search algorithm

Primary LanguagePythonMIT LicenseMIT

File Search Using Breadth First Search

Description

A console python application that searches for file(s) in Windows based on the string input using The breadth first search algorithm. The boundary of the search is limited only to the selected parent folder to search and its sub-folders . Each folder will act as the node of the "graph", as the pointer from algorithm searches for the matching file(s). Allows specific file search or file name search. The algorithm's process of shifting nodes from OPEN to CLOSED variables are also displayed as the result.

Screenshot

Screenshot

Requirements

  • Python 2.7
  • TK

###Contribution### Feel free to fork the project but please no pull request.

License and Copyright

This package is Copyright (c) Ryan Gilera 2014 and is licensed under the MIT license. See license for more details.