InterviewSolution
Saved Bookmarks
| 1. |
What Is Recursion Depth? |
|
Answer» In a tree structure, it refers to the number of levels that can be traversed below the MAIN or parent page. This is OFTEN used to SPECIFY how much of a web SITE (how MANY levels deep) to preload into the cache. In a tree structure, it refers to the number of levels that can be traversed below the main or parent page. This is often used to specify how much of a web site (how many levels deep) to preload into the cache. |
|