How to display a binary search tree using CSS, HTML and a bit of Javascript?

后端 未结 2 949
轻奢々
轻奢々 2020-12-17 04:03

I want to \"paint\" the tree on screen using CSS and HTML and not represent it in any way or data structure ...

2条回答
  •  無奈伤痛
    2020-12-17 04:15

    Unlimit binary and unilevel tree with css

    Demo: http://jsfiddle.net/Limitlessisa/5Lhb0ron/

    Html:

    • Main
      • Sub-1
      • Sub-2
        • Sub-2-1
        • Sub-2-2

    Css:

    
    

提交回复
热议问题