Spring Hire Sale
Limited Time Deal: Unlock all premium questions for over 30% off
$10.42$7.08
08
:
06
:
40
:
14
Back to Dashboard
Directory Registry
Hard
Implement a DirectoryRegistry class that manages a hierarchical key-value store modeled as a tree of paths.
The root path "/" always exists with the value "root". Paths follow the format "/segment" or "/parent/child", where each segment is separated by "/".
...