Introduction - If you have any usage issues, please Google them yourself
Seeking a broad depth of the table
The use of an array passed by value, establish a single list of its initialization.
Recursive find the depth of each sub-table, and then find the generalized table depth.
Depth look at two tables are the same, if the same as in Table A, each element i, scan the table B, each element with the i elements of the same depth of j, then i each element j in each element were compared. (Using a recursive algorithm)
搜索