First Round
i was asked one dsa question which is zigzag conversion of string https://leetcode.com/problems/zigzag-conversion/
Second Round
- Question 1
- Question 2
- Question 3
- Question 4
- isDirectorywhich returns if the node is a directory or not
- getChildrenif the node is a directory, and not empty returns all the contents inside it
- deletedeletes the node if its a file or if an empty directory
