Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Construction  





2 Properties  





3 Applications  





4 Related sets  





5 Notes  





6 References  














H tree






Deutsch
Ελληνικά
Español
Français

Српски / srpski

 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


line length reduction ratio=0.5, line width reduction ratio=0.9
The first ten levels of an H tree

Infractal geometry, the H tree is a fractal tree structure constructed from perpendicular line segments, each smaller by a factor of the square root of 2 from the next larger adjacent segment. It is so called because its repeating pattern resembles the letter "H". It has Hausdorff dimension 2, and comes arbitrarily close to every point in a rectangle. Its applications include VLSI design and microwave engineering.

Construction[edit]

An H tree can be constructed by starting with a line segment of arbitrary length, drawing two shorter segments at right angles to the first through its endpoints, and continuing in the same vein, reducing (dividing) the length of the line segments drawn at each stage by .[1] A variant of this construction could also be defined in which the length at each iteration is multiplied by a ratio less than , but for this variant the resulting shape covers only part of its bounding rectangle, with a fractal boundary.[2]

An alternative process that generates the same fractal set is to begin with a rectangle with sides in the ratio , and repeatedly bisect it into two smaller silver rectangles, at each stage connecting the two centroids of the two smaller rectangles by a line segment. A similar process can be performed with rectangles of any other shape, but the rectangle leads to the line segment size decreasing uniformly by a factor at each step while for other rectangles the length will decrease by different factors at odd and even levels of the recursive construction.

Properties[edit]

The H tree is a self-similar fractal; its Hausdorff dimension is equal to 2.[2]

The points of the H tree come arbitrarily close to every point in a rectangle (the same as the starting rectangle in the constructing by centroids of subdivided rectangles). However, it does not include all points of the rectangle; for instance, the points on the perpendicular bisector of the initial line segment (other than the midpoint of this segment) are not included.

Applications[edit]

InVLSI design, the H tree may be used as the layout for a complete binary tree using a total area that is proportional to the number of nodes of the tree.[3] Additionally, the H tree forms a space efficient layout for trees in graph drawing,[4] and as part of a construction of a point set for which the sum of squared edge lengths of the traveling salesman tour is large.[5] It is commonly used as a clock distribution network for routing timing signals to all parts of a chip with equal propagation delays to each part,[6] and has also been used as an interconnection network for VLSI multiprocessors.[7]

3-dimensional H tree

The planar H tree can be generalized to the three-dimensional structure via adding line segments on the direction perpendicular to the H tree plane.[8] The resultant three-dimensional H tree has Hausdorff dimension equal to 3. The planar H tree and its three-dimensional version have been found to constitute artificial electromagnetic atoms in photonic crystals and metamaterials and might have potential applications in microwave engineering.[8]

Related sets[edit]

Fractal Canopy tree with angle=PI/11 and reduction ratio=0.75
14 steps of the Fractal Canopy tree, animated.

The H tree is an example of a fractal canopy, in which the angle between neighboring line segments is always 180 degrees. In its property of coming arbitrarily close to every point of its bounding rectangle, it also resembles a space-filling curve, although it is not itself a curve.

Topologically, an H tree has properties similar to those of a dendroid. However, they are not dendroids: dendroids must be closed sets, and H trees are not closed (their closure is the whole rectangle).

Variations of the same tree structure with thickened polygonal branches in place of the line segments of the H tree have been defined by Benoit Mandelbrot, and are sometimes called the Mandelbrot tree. In these variations, to avoid overlaps between the leaves of the tree and their thickened branches, the scale factor by which the size is reduced at each level must be slightly greater than .[9]

Notes[edit]

  1. ^ Lauwerier (1991), pp. 1–2.
  • ^ a b Kaloshin & Saprykina (2012).
  • ^ Leiserson (1980).
  • ^ Nguyen & Huang (2002).
  • ^ Bern & Eppstein (1993).
  • ^ Ullman (1984); Burkis (1991).
  • ^ Browning (1980). See especially Figure 1.1.5, page 15.
  • ^ a b Hou et al. (2008); Wen et al. (2002).
  • ^ Lauwerier (1991), pp. 71–73.
  • References[edit]

    • Bern, Marshall; Eppstein, David (1993), "Worst-case bounds for subadditive geometric graphs", Proc. 9th Annual Symposium on Computational Geometry (PDF), Association for Computing Machinery, pp. 183–188, doi:10.1145/160985.161018, S2CID 14158914.
  • Browning, Sally A. (1980), The Tree Machine: A Highly Concurrent Computing Environment, Ph.D. thesis, California Institute of Technology, archived from the original on 2012-07-16, retrieved 2012-11-28.
  • Burkis, J. (1991), "Clock tree synthesis for high performance ASICs", IEEE International Conference on ASIC, pp. 9.8.1–9.8.4, doi:10.1109/ASIC.1991.242921, S2CID 60985695.
  • Hou, Bo; Xie, Hang; Wen, Weijia; Sheng, Ping (2008), "Three-dimensional metallic fractals and their photonic crystal characteristics" (PDF), Physical Review B, 77 (12): 125113, doi:10.1103/PhysRevB.77.125113.
  • Kaloshin, Vadim; Saprykina, Maria (2012), "An example of a nearly integrable Hamiltonian system with a trajectory dense in a set of maximal Hausdorff dimension", Communications in Mathematical Physics, 315 (3): 643–697, doi:10.1007/s00220-012-1532-x, MR 2981810, S2CID 253737197.
  • Lauwerier, Hans (1991), Fractals: Endlessly Repeated Geometrical Figures, Princeton Science Library, vol. 6, translated by Gill-Hoffstadt, Sophia, Princeton University Press, ISBN 9780691024455
  • Leiserson, Charles E. (1980), "Area-efficient graph layouts", 21st Annual Symposium on Foundations of Computer Science (FOCS 1980), pp. 270–281, doi:10.1109/SFCS.1980.13, S2CID 15532332.
  • Nguyen, Quang Vinh; Huang, Mao Lin (2002), "A space-optimized tree visualization", IEEE Symposium on Information Visualization, pp. 85–92, doi:10.1109/INFVIS.2002.1173152, S2CID 22192509.
  • Ullman, Jeffrey D. (1984), Computational Aspects of VSLI, Computer Science Press.
  • Wen, Weijia; Zhou, Lei; Li, Jensen; Ge, Weikun; Chan, C. T.; Sheng, Ping (2002), "Subwavelength photonic band gaps from planar fractals" (PDF), Physical Review Letters, 89 (22): 223901, doi:10.1103/PhysRevLett.89.223901, PMID 12485068.

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=H_tree&oldid=1232685511"

    Categories: 
    Fractals
    Trees (data structures)
    Clock signal
    Hidden categories: 
    Articles with short description
    Short description matches Wikidata
     



    This page was last edited on 5 July 2024, at 01:55 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki