Computer Science, asked by irfan999927, 1 day ago

What is quad node? In computer science subject Data structure

Answers

Answered by WintaeBearTATA
2

Answer:

A quadtree is a tree data structure in which each internal node has exactly four children. Quadtrees are the two-dimensional analog of octrees and are most often used to partition a two-dimensional space by recursively subdividing it into four quadrants or regions.

Answered by Jeevasrim
0

Answer:

A quadtree is a tree data structure in which each internal node has exactly four children. Quadtrees are the two-dimensional analog of octrees and are most often used to partition a two-dimensional space by recursively subdividing it into four quadrants or regions.

Hope it helps you!

Please mark me as brainalist!

Similar questions