← 返回 amazon 的题目列表Find Files Containing a String
类型:online_judge
Given a string, implement a function to retrieve all file names in a directory that contain this string. Solve using Breadth-First Search (BFS). The function should accept only one parameter. Additionally, consider how to handle multiple conditions, such as file size and file type.
Example
Input
/testdir
searchstring