Haneunhanlee.hashnode.dev·Jul 11, 2024LeetCode 1598. Crawler Log Folder Java Problem SolutionProblem Description Problem: LeetCode 1598 Description: Calculate the depth of the file system directory based on the given log array. "./" represents the current directory, and "../" represents the parent directory. Approach Idea: Traverse the ... 1598. Crawler Log Folder