Types of Directory Structures
There are two main types of directory structures: tree structure directories and acyclic graph directories.
Tree structure directories are more efficient for searching, while acyclic graph directories have better grouping capability.
Questions
- What are the two main types of directory structures?
- What are the advantages of tree structure directories?
- What are the advantages of acyclic graph directories?
Answers
- The two main types of directory structures are tree structure directories and acyclic graph directories.
- Tree structure directories are more efficient for searching because they can be traversed in a top-down or bottom-up fashion.
- Acyclic graph directories have better grouping capability because they can represent relationships between files that are not hierarchical.